#C06ACF

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

Shades of Medium Orchid #C06ACF

Tints of Medium Orchid #C06ACF

Color information

#C06ACF (or 0xC06ACF) is unknown color: approx Medium Orchid. HEX triplet: C0, 6A and CF. RGB value is (192,106,207). Sum of RGB (Red+Green+Blue) = 192+106+207=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #C06ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ACF is #3F9530. Grayscale: #8E8E8E. Windows color (decimal): -4166961 or 13593280. OLE color: 13593280.

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

Color convert

RGB192106207-
CMYK0.070.4900.19
HSL291.09º51.27%61.37%-
HSV(B)291.09º48.79%81.18%-
XYZ38.1526.0262.04-
YUV143.23163.99162.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 106 (41.80% from 255) = 20.99%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=38.02%
G=20.99%
B=40.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921062070.070.4900.19291.0951.2761.37
HexC06ACF731013123333d
Octal3001523177610234436375
Binary11000000110101011001111111110001010011100100011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06ACF; }

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

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

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

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

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

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

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

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