#C064EA

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

Shades of Medium Orchid #C064EA

Tints of Medium Orchid #C064EA

Color information

#C064EA (or 0xC064EA) is unknown color: approx Medium Orchid. HEX triplet: C0, 64 and EA. RGB value is (192,100,234). Sum of RGB (Red+Green+Blue) = 192+100+234=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C064EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064EA is #3F9B15. Grayscale: #8E8E8E. Windows color (decimal): -4168470 or 15361216. OLE color: 15361216.

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

Color convert

RGB192100234-
CMYK0.180.5700.08
HSL281.19º76.14%65.49%-
HSV(B)281.19º57.26%91.76%-
XYZ41.1526.2680.74-
YUV142.78179.48163.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 100 (39.45% from 255) = 19.01%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=36.50%
G=19.01%
B=44.49%

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
Decimal1921002340.180.5700.08281.1976.1465.49
HexC064EA1239081194c41
Octal3001443522271010431114101
Binary11000000110010011101010100101110010100010001100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064EA; }

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

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

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

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

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

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

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

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