Html Css Color HEX #C06CEC Medium Orchid

📋 copy color: '#C06CEC'

red 192 ◦ green 108 ◦ blue 236

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

Shades of Medium Orchid #C06CEC

Tints of Medium Orchid #C06CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.15%

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 35.82%
G = 20.15%
B = 44.03%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C06CEC (or 0xC06CEC) is known color: Medium Orchid. HEX triplet: C0, 6C and EC. RGB value is (192,108,236). Sum of RGB (Red+Green+Blue) = 192+108+236=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #C06CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CEC is #3F9313. Grayscale: #939393. Windows color (decimal): -4166420 or 15494336. OLE color: 15494336.

HSL color Cylindrical-coordinate representation of color #C06CEC: hue angle of 279.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06CEC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 108 236 -
CMYK 0.19 0.54 0 0.07
HSL 279.38º 0.77% 0.67% -
HSV(B) 279.38º 0.54% 0.93% -
XYZ 42.24 27.99 82.53 -
YUV 147.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 192 108 236 0.19 0.54 0 0.07 279.38 0.77 0.67
Hex C0 6C EC 13 36 0 7 117 4D 43
Octal 300 154 354 23 66 0 7 427 115 103
Binary 11000000 1101100 11101100 10011 110110 0 111 100010111 1001101 1000011

Color Harmonies of #C06CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CEC

Black with #C06CEC

Text Example


Text Example

White with #C06CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CEC; }

 p { color: rgb(192,108,236); }

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

background-color css

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

 a { background-color: rgb(192,108,236); }

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

border-color css

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

 span { border-color: rgb(192,108,236); }

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