#CD64D0

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

Shades of Orchid #CD64D0

Tints of Orchid #CD64D0

Color information

#CD64D0 (or 0xCD64D0) is unknown color: approx Orchid. HEX triplet: CD, 64 and D0. RGB value is (205,100,208). Sum of RGB (Red+Green+Blue) = 205+100+208=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64D0 is #329B2F. Grayscale: #8F8F8F. Windows color (decimal): -3316528 or 13657293. OLE color: 13657293.

HSL color Cylindrical-coordinate representation of color #CD64D0: hue angle of 298.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD64D0 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205100208-
CMYK0.010.5200.18
HSL298.33º53.47%60.39%-
HSV(B)298.33º51.92%81.57%-
XYZ41.1226.6562.65-
YUV143.71164.29171.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 100 (39.45% from 255) = 19.49%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=39.96%
G=19.49%
B=40.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051002080.010.5200.18298.3353.4760.39
HexCD64D013401212a353c
Octal3151443201640224526574
Binary110011011100100110100001110100010010100101010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64D0; }

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

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

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

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

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

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

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

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