#CD64D7

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

Shades of Orchid #CD64D7

Tints of Orchid #CD64D7

Color information

#CD64D7 (or 0xCD64D7) is unknown color: approx Orchid. HEX triplet: CD, 64 and D7. RGB value is (205,100,215). Sum of RGB (Red+Green+Blue) = 205+100+215=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD64D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64D7 is #329B28. Grayscale: #909090. Windows color (decimal): -3316521 or 14116045. OLE color: 14116045.

HSL color Cylindrical-coordinate representation of color #CD64D7: hue angle of 294.78º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD64D7 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205100215-
CMYK0.050.5300.16
HSL294.78º58.97%61.76%-
HSV(B)294.78º53.49%84.31%-
XYZ422767.29-
YUV144.5167.79171.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 100 (39.45% from 255) = 19.23%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=39.42%
G=19.23%
B=41.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051002150.050.5300.16294.7858.9761.76
HexCD64D75350101273b3e
Octal3151443275650204477376
Binary11001101110010011010111101110101010000100100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64D7; }

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

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

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

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

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

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

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

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