#C064EE

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

Shades of Medium Orchid #C064EE

Tints of Medium Orchid #C064EE

Color information

#C064EE (or 0xC064EE) is unknown color: approx Medium Orchid. HEX triplet: C0, 64 and EE. RGB value is (192,100,238). Sum of RGB (Red+Green+Blue) = 192+100+238=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #C064EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064EE is #3F9B11. Grayscale: #8E8E8E. Windows color (decimal): -4168466 or 15623360. OLE color: 15623360.

HSL color Cylindrical-coordinate representation of color #C064EE: hue angle of 280º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C064EE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192100238-
CMYK0.190.5800.07
HSL280º80.23%66.27%-
HSV(B)280º57.98%93.33%-
XYZ41.7326.4983.8-
YUV143.24181.48162.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 100 (39.45% from 255) = 18.87%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=36.23%
G=18.87%
B=44.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921002380.190.5800.0728080.2366.27
HexC064EE133A071185042
Octal300144356237207430120102
Binary1100000011001001110111010011111010011110001100010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064EE; }

 p { color: rgb(192,100,238); }

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

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

 a { background-color: rgb(192,100,238); }

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

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

 span { border-color: rgb(192,100,238); }

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