Html Css Color HEX #C06CCE Medium Orchid

📋 copy color: '#C06CCE'

red 192 ◦ green 108 ◦ blue 206

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

Shades of Medium Orchid #C06CCE

Tints of Medium Orchid #C06CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 37.94%
G = 21.34%
B = 40.71%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C06CCE (or 0xC06CCE) is known color: Medium Orchid. HEX triplet: C0, 6C and CE. RGB value is (192,108,206). Sum of RGB (Red+Green+Blue) = 192+108+206=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #C06CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CCE is #3F9331. Grayscale: #8F8F8F. Windows color (decimal): -4166450 or 13528256. OLE color: 13528256.

HSL color Cylindrical-coordinate representation of color #C06CCE: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06CCE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 108 206 -
CMYK 0.07 0.48 0 0.19
HSL 291.43º 0.5% 0.62% -
HSV(B) 291.43º 0.48% 0.81% -
XYZ 38.24 26.39 61.47 -
YUV 144.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 192 108 206 0.07 0.48 0 0.19 291.43 0.5 0.62
Hex C0 6C CE 7 30 0 13 123 32 3E
Octal 300 154 316 7 60 0 23 443 62 76
Binary 11000000 1101100 11001110 111 110000 0 10011 100100011 110010 111110

Color Harmonies of #C06CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CCE

Black with #C06CCE

Text Example


Text Example

White with #C06CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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