#CD5FD5

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

Shades of Orchid #CD5FD5

Tints of Orchid #CD5FD5

Color information

#CD5FD5 (or 0xCD5FD5) is unknown color: approx Orchid. HEX triplet: CD, 5F and D5. RGB value is (205,95,213). Sum of RGB (Red+Green+Blue) = 205+95+213=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FD5 is #32A02A. Grayscale: #8C8C8C. Windows color (decimal): -3317803 or 13983693. OLE color: 13983693.

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

Color convert

RGB20595213-
CMYK0.040.5500.16
HSL295.93º58.42%60.39%-
HSV(B)295.93º55.4%83.53%-
XYZ41.2825.9765.79-
YUV141.34168.44173.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 95 (37.5% from 255) = 18.52%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=39.96%
G=18.52%
B=41.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205952130.040.5500.16295.9358.4260.39
HexCD5FD54370101283a3c
Octal3151373254670204507274
Binary11001101101111111010101100110111010000100101000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5FD5; }

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

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

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

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

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

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

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

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