#CD71DA

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

Shades of Orchid #CD71DA

Tints of Orchid #CD71DA

Color information

#CD71DA (or 0xCD71DA) is unknown color: approx Orchid. HEX triplet: CD, 71 and DA. RGB value is (205,113,218). Sum of RGB (Red+Green+Blue) = 205+113+218=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71DA is #328E25. Grayscale: #989898. Windows color (decimal): -3313190 or 14315981. OLE color: 14315981.

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

Color convert

RGB205113218-
CMYK0.060.4800.15
HSL292.57º58.66%64.9%-
HSV(B)292.57º48.17%85.49%-
XYZ43.7429.8569.79-
YUV152.48164.98165.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=38.25%
G=21.08%
B=40.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051132180.060.4800.15292.5758.6664.9
HexCD71DA6300F1253b41
Octal31516133266001744573101
Binary11001101111000111011010110110000011111001001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD71DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD71DA; }

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

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

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

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

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

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

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

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