#CD71DD

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

Shades of Orchid #CD71DD

Tints of Orchid #CD71DD

Color information

#CD71DD (or 0xCD71DD) is unknown color: approx Orchid. HEX triplet: CD, 71 and DD. RGB value is (205,113,221). Sum of RGB (Red+Green+Blue) = 205+113+221=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71DD is #328E22. Grayscale: #989898. Windows color (decimal): -3313187 or 14512589. OLE color: 14512589.

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

Color convert

RGB205113221-
CMYK0.070.4900.13
HSL291.11º61.36%65.49%-
HSV(B)291.11º48.87%86.67%-
XYZ44.1330.0171.87-
YUV152.82166.48165.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=38.03%
G=20.96%
B=41.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051132210.070.4900.13291.1161.3665.49
HexCD71DD7310D1233d41
Octal31516133576101544375101
Binary11001101111000111011101111110001011011001000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD71DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD71DD; }

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

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

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

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

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

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

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

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