#CD5FD6

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

Shades of Orchid #CD5FD6

Tints of Orchid #CD5FD6

Color information

#CD5FD6 (or 0xCD5FD6) is unknown color: approx Orchid. HEX triplet: CD, 5F and D6. RGB value is (205,95,214). Sum of RGB (Red+Green+Blue) = 205+95+214=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD5FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FD6 is #32A029. Grayscale: #8D8D8D. Windows color (decimal): -3317802 or 14049229. OLE color: 14049229.

HSL color Cylindrical-coordinate representation of color #CD5FD6: hue angle of 295.46º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5FD6 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20595214-
CMYK0.040.5600.16
HSL295.46º59.2%60.59%-
HSV(B)295.46º55.61%83.92%-
XYZ41.4126.0266.46-
YUV141.46168.94173.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 95 (37.5% from 255) = 18.48%
BLUE value IS 214 (83.98% from 255) = 41.63%
R=39.88%
G=18.48%
B=41.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205952140.040.5600.16295.4659.260.59
HexCD5FD64380101273b3d
Octal3151373264700204477375
Binary11001101101111111010110100111000010000100100111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5FD6; }

 p { color: rgb(205,95,214); }

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

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

 a { background-color: rgb(205,95,214); }

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

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

 span { border-color: rgb(205,95,214); }

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