#CD60D9

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

Shades of Orchid #CD60D9

Tints of Orchid #CD60D9

Color information

#CD60D9 (or 0xCD60D9) is unknown color: approx Orchid. HEX triplet: CD, 60 and D9. RGB value is (205,96,217). Sum of RGB (Red+Green+Blue) = 205+96+217=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD60D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60D9 is #329F26. Grayscale: #8E8E8E. Windows color (decimal): -3317543 or 14246093. OLE color: 14246093.

HSL color Cylindrical-coordinate representation of color #CD60D9: hue angle of 294.05º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD60D9 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20596217-
CMYK0.060.5600.15
HSL294.05º61.42%61.37%-
HSV(B)294.05º55.76%85.1%-
XYZ41.8826.3568.53-
YUV142.38170.11172.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 96 (37.89% from 255) = 18.53%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=39.58%
G=18.53%
B=41.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205962170.060.5600.15294.0561.4261.37
HexCD60D96380F1263d3d
Octal3151403316700174467575
Binary1100110111000001101100111011100001111100100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60D9; }

 p { color: rgb(205,96,217); }

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

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

 a { background-color: rgb(205,96,217); }

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

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

 span { border-color: rgb(205,96,217); }

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