#C06ACB

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

Shades of Medium Orchid #C06ACB

Tints of Medium Orchid #C06ACB

Color information

#C06ACB (or 0xC06ACB) is unknown color: approx Medium Orchid. HEX triplet: C0, 6A and CB. RGB value is (192,106,203). Sum of RGB (Red+Green+Blue) = 192+106+203=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #C06ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ACB is #3F9534. Grayscale: #8E8E8E. Windows color (decimal): -4166965 or 13331136. OLE color: 13331136.

HSL color Cylindrical-coordinate representation of color #C06ACB: hue angle of 293.2º degrees, saturation: 0.48, 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 #C06ACB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192106203-
CMYK0.050.4800.20
HSL293.2º48.26%60.59%-
HSV(B)293.2º47.78%79.61%-
XYZ37.6725.8359.5-
YUV142.77161.99163.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=38.32%
G=21.16%
B=40.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921062030.050.4800.20293.248.2660.59
HexC06ACB530014125303d
Octal3001523135600244456075
Binary11000000110101011001011101110000010100100100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06ACB; }

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

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

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

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

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

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

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

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