#C064DA

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

Shades of Medium Orchid #C064DA

Tints of Medium Orchid #C064DA

Color information

#C064DA (or 0xC064DA) is unknown color: approx Medium Orchid. HEX triplet: C0, 64 and DA. RGB value is (192,100,218). Sum of RGB (Red+Green+Blue) = 192+100+218=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C064DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064DA is #3F9B25. Grayscale: #8C8C8C. Windows color (decimal): -4168486 or 14312640. OLE color: 14312640.

HSL color Cylindrical-coordinate representation of color #C064DA: hue angle of 286.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C064DA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192100218-
CMYK0.120.5400.15
HSL286.78º61.46%62.35%-
HSV(B)286.78º54.13%85.49%-
XYZ38.9525.3869.18-
YUV140.96171.48164.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=37.65%
G=19.61%
B=42.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921002180.120.5400.15286.7861.4662.35
HexC064DAC360F11f3d3e
Octal30014433214660174377576
Binary11000000110010011011010110011011001111100011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064DA; }

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

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

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

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

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

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

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

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