#C066CA

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

Shades of Medium Orchid #C066CA

Tints of Medium Orchid #C066CA

Color information

#C066CA (or 0xC066CA) is unknown color: approx Medium Orchid. HEX triplet: C0, 66 and CA. RGB value is (192,102,202). Sum of RGB (Red+Green+Blue) = 192+102+202=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #C066CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066CA is #3F9935. Grayscale: #8C8C8C. Windows color (decimal): -4167990 or 13264576. OLE color: 13264576.

HSL color Cylindrical-coordinate representation of color #C066CA: hue angle of 294º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C066CA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192102202-
CMYK0.050.5000.21
HSL294º48.54%59.61%-
HSV(B)294º49.5%79.22%-
XYZ37.1524.9758.74-
YUV140.31162.82164.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=38.71%
G=20.56%
B=40.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921022020.050.5000.2129448.5459.61
HexC066CA532015126313c
Octal3001463125620254466174
Binary11000000110011011001010101110010010101100100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066CA; }

 p { color: rgb(192,102,202); }

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

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

 a { background-color: rgb(192,102,202); }

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

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

 span { border-color: rgb(192,102,202); }

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