#CD65DD

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

Shades of Orchid #CD65DD

Tints of Orchid #CD65DD

Color information

#CD65DD (or 0xCD65DD) is unknown color: approx Orchid. HEX triplet: CD, 65 and DD. RGB value is (205,101,221). Sum of RGB (Red+Green+Blue) = 205+101+221=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65DD is #329A22. Grayscale: #919191. Windows color (decimal): -3316259 or 14509517. OLE color: 14509517.

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

Color convert

RGB205101221-
CMYK0.070.5400.13
HSL292º63.83%63.14%-
HSV(B)292º54.3%86.67%-
XYZ42.8827.5171.46-
YUV145.78170.46170.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=38.90%
G=19.17%
B=41.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051012210.070.5400.1329263.8363.14
HexCD65DD7360D124403f
Octal31514533576601544410077
Binary11001101110010111011101111110110011011001001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65DD; }

 p { color: rgb(205,101,221); }

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

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

 a { background-color: rgb(205,101,221); }

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

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

 span { border-color: rgb(205,101,221); }

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