#CD60D8

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

Shades of Orchid #CD60D8

Tints of Orchid #CD60D8

Color information

#CD60D8 (or 0xCD60D8) is unknown color: approx Orchid. HEX triplet: CD, 60 and D8. RGB value is (205,96,216). Sum of RGB (Red+Green+Blue) = 205+96+216=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD60D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60D8 is #329F27. Grayscale: #8D8D8D. Windows color (decimal): -3317544 or 14180557. OLE color: 14180557.

HSL color Cylindrical-coordinate representation of color #CD60D8: hue angle of 294.5º 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 #CD60D8 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20596216-
CMYK0.050.5600.15
HSL294.5º60.61%61.18%-
HSV(B)294.5º55.56%84.71%-
XYZ41.7526.367.84-
YUV142.27169.61172.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 96 (37.89% from 255) = 18.57%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=39.65%
G=18.57%
B=41.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205962160.050.5600.15294.560.6161.18
HexCD60D85380F1263d3d
Octal3151403305700174467575
Binary1100110111000001101100010111100001111100100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60D8; }

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

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

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

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

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

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

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

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