#C06BCB

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

Shades of Medium Orchid #C06BCB

Tints of Medium Orchid #C06BCB

Color information

#C06BCB (or 0xC06BCB) is unknown color: approx Medium Orchid. HEX triplet: C0, 6B and CB. RGB value is (192,107,203). Sum of RGB (Red+Green+Blue) = 192+107+203=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #C06BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BCB is #3F9434. Grayscale: #8F8F8F. Windows color (decimal): -4166709 or 13331392. OLE color: 13331392.

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

Color convert

RGB192107203-
CMYK0.050.4700.20
HSL293.12º48%60.78%-
HSV(B)293.12º47.29%79.61%-
XYZ37.7826.0359.53-
YUV143.36161.66162.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 107 (42.19% from 255) = 21.31%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=38.25%
G=21.31%
B=40.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921072030.050.4700.20293.124860.78
HexC06BCB52F014125303d
Octal3001533135570244456075
Binary11000000110101111001011101101111010100100100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BCB; }

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

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

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

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

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

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

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

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