Html Css Color HEX #C047EF Medium Orchid

📋 copy color: '#C047EF'

red 192 ◦ green 71 ◦ blue 239

#C047EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C047EF

Tints of Medium Orchid #C047EF

RGB

 RED value IS 192 (75.39% from 255) = 38.25%

 GREEN value IS 71 (28.13% from 255) = 14.14%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 38.25%
G = 14.14%
B = 47.61%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C047EF (or 0xC047EF) is known color: Medium Orchid. HEX triplet: C0, 47 and EF. RGB value is (192,71,239). Sum of RGB (Red+Green+Blue) = 192+71+239=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #C047EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047EF is #3FB810. Grayscale: #7D7D7D. Windows color (decimal): -4175889 or 15681472. OLE color: 15681472.

HSL color Cylindrical-coordinate representation of color #C047EF: hue angle of 283.21º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C047EF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 71 239 -
CMYK 0.20 0.70 0 0.06
HSL 283.21º 0.84% 0.61% -
HSV(B) 283.21º 0.7% 0.94% -
XYZ 39.57 21.94 83.81 -
YUV 126.33 191.59 174.84 -
System Red Green Blue C M Y K H S L
Decimal 192 71 239 0.20 0.70 0 0.06 283.21 0.84 0.61
Hex C0 47 EF 14 46 0 6 11B 54 3D
Octal 300 107 357 24 106 0 6 433 124 75
Binary 11000000 1000111 11101111 10100 1000110 0 110 100011011 1010100 111101

Color Harmonies of #C047EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047EF

Black with #C047EF

Text Example


Text Example

White with #C047EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047EF; }

 p { color: rgb(192,71,239); }

 H1.HeaderClassName
 {
   color: #C047EF;
 }
 .AnyTagClassName
 {
   color: #C047EF;
 }
</style>

background-color css

<style>
 a { background-color: #C047EF; }

 a { background-color: rgb(192,71,239); }

 div.DivClassName
 {
   background-color: #C047EF;
 }
 .BgClassName
 {
   background-color: #C047EF;
 }
</style>

border-color css

<style>
 span { border-color: #C047EF; }

 span { border-color: rgb(192,71,239); }

 td.TdClassName
 {
   border-color: #C047EF;
 }
 .TagClassName
 {
   border-color: #C047EF;
 }
</style>