#CD61DA

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

Shades of Orchid #CD61DA

Tints of Orchid #CD61DA

Color information

#CD61DA (or 0xCD61DA) is unknown color: approx Orchid. HEX triplet: CD, 61 and DA. RGB value is (205,97,218). Sum of RGB (Red+Green+Blue) = 205+97+218=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61DA is #329E25. Grayscale: #8E8E8E. Windows color (decimal): -3317286 or 14311885. OLE color: 14311885.

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

Color convert

RGB20597218-
CMYK0.060.5600.15
HSL293.55º62.05%61.76%-
HSV(B)293.55º55.5%85.49%-
XYZ42.1126.5969.24-
YUV143.09170.28172.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 97 (38.28% from 255) = 18.65%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=39.42%
G=18.65%
B=41.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205972180.060.5600.15293.5562.0561.76
HexCD61DA6380F1263e3e
Octal3151413326700174467676
Binary1100110111000011101101011011100001111100100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61DA; }

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

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

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

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

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

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

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

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