#C064DD

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

Shades of Medium Orchid #C064DD

Tints of Medium Orchid #C064DD

Color information

#C064DD (or 0xC064DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 64 and DD. RGB value is (192,100,221). Sum of RGB (Red+Green+Blue) = 192+100+221=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C064DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064DD is #3F9B22. Grayscale: #8C8C8C. Windows color (decimal): -4168483 or 14509248. OLE color: 14509248.

HSL color Cylindrical-coordinate representation of color #C064DD: hue angle of 285.62º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C064DD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192100221-
CMYK0.130.5500.13
HSL285.62º64.02%62.94%-
HSV(B)285.62º54.75%86.67%-
XYZ39.3525.5471.26-
YUV141.3172.98164.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 100 (39.45% from 255) = 19.49%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=37.43%
G=19.49%
B=43.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921002210.130.5500.13285.6264.0262.94
HexC064DDD370D11e403f
Octal300144335156701543610077
Binary110000001100100110111011101110111011011000111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064DD; }

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

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

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

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

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

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

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

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