#C066EB

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

Shades of Medium Orchid #C066EB

Tints of Medium Orchid #C066EB

Color information

#C066EB (or 0xC066EB) is unknown color: approx Medium Orchid. HEX triplet: C0, 66 and EB. RGB value is (192,102,235). Sum of RGB (Red+Green+Blue) = 192+102+235=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #C066EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066EB is #3F9914. Grayscale: #8F8F8F. Windows color (decimal): -4167957 or 15427264. OLE color: 15427264.

HSL color Cylindrical-coordinate representation of color #C066EB: hue angle of 280.6º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C066EB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192102235-
CMYK0.180.5700.08
HSL280.6º76.88%66.08%-
HSV(B)280.6º56.6%92.16%-
XYZ41.4826.7181.57-
YUV144.07179.32162.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 102 (40.23% from 255) = 19.28%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=36.29%
G=19.28%
B=44.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921022350.180.5700.08280.676.8866.08
HexC066EB1239081194d42
Octal3001463532271010431115102
Binary11000000110011011101011100101110010100010001100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066EB; }

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

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

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

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

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

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

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

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