#CD64CE

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

Shades of Orchid #CD64CE

Tints of Orchid #CD64CE

Color information

#CD64CE (or 0xCD64CE) is unknown color: approx Orchid. HEX triplet: CD, 64 and CE. RGB value is (205,100,206). Sum of RGB (Red+Green+Blue) = 205+100+206=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD64CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64CE is #329B31. Grayscale: #8F8F8F. Windows color (decimal): -3316530 or 13526221. OLE color: 13526221.

HSL color Cylindrical-coordinate representation of color #CD64CE: hue angle of 299.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD64CE is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205100206-
CMYK0.000.5100.19
HSL299.43º51.96%60%-
HSV(B)299.43º51.46%80.78%-
XYZ40.8726.5561.36-
YUV143.48163.29171.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=40.12%
G=19.57%
B=40.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051002060.000.5100.19299.4351.9660
HexCD64CE03301312b343c
Octal3151443160630234536474
Binary110011011100100110011100110011010011100101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64CE; }

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

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

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

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

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

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

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

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