#CD64D4

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

Shades of Orchid #CD64D4

Tints of Orchid #CD64D4

Color information

#CD64D4 (or 0xCD64D4) is unknown color: approx Orchid. HEX triplet: CD, 64 and D4. RGB value is (205,100,212). Sum of RGB (Red+Green+Blue) = 205+100+212=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD64D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64D4 is #329B2B. Grayscale: #8F8F8F. Windows color (decimal): -3316524 or 13919437. OLE color: 13919437.

HSL color Cylindrical-coordinate representation of color #CD64D4: hue angle of 296.25º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD64D4 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205100212-
CMYK0.030.5300.17
HSL296.25º56.57%61.18%-
HSV(B)296.25º52.83%83.14%-
XYZ41.6226.8565.28-
YUV144.16166.29171.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=39.65%
G=19.34%
B=41.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051002120.030.5300.17296.2556.5761.18
HexCD64D4335011128393d
Octal3151443243650214507175
Binary1100110111001001101010011110101010001100101000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64D4; }

 p { color: rgb(205,100,212); }

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

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

 a { background-color: rgb(205,100,212); }

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

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

 span { border-color: rgb(205,100,212); }

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