#C06BCC

Color #C06BCC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C06BCC

Tints of Medium Orchid #C06BCC

Color information

#C06BCC (or 0xC06BCC) is unknown color: approx Medium Orchid. HEX triplet: C0, 6B and CC. RGB value is (192,107,204). Sum of RGB (Red+Green+Blue) = 192+107+204=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C06BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BCC is #3F9433. Grayscale: #8F8F8F. Windows color (decimal): -4166708 or 13396928. OLE color: 13396928.

HSL color Cylindrical-coordinate representation of color #C06BCC: hue angle of 292.58º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06BCC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192107204-
CMYK0.060.4800.2
HSL292.58º48.74%60.98%-
HSV(B)292.58º47.55%80%-
XYZ37.926.0860.16-
YUV143.47162.16162.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=38.17%
G=21.27%
B=40.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921072040.060.4800.2292.5848.7460.98
HexC06BCC630014125313d
Octal3001533146600244456175
Binary11000000110101111001100110110000010100100100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BCC; }

 p { color: rgb(192,107,204); }

 H1.HeaderClassName
 {
   color: #C06BCC;
 }
 .AnyTagClassName
 {
   color: #C06BCC;
 }
</style>
background-color css

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

 a { background-color: rgb(192,107,204); }

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

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

 span { border-color: rgb(192,107,204); }

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