#CD61D9

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

Shades of Orchid #CD61D9

Tints of Orchid #CD61D9

Color information

#CD61D9 (or 0xCD61D9) is unknown color: approx Orchid. HEX triplet: CD, 61 and D9. RGB value is (205,97,217). Sum of RGB (Red+Green+Blue) = 205+97+217=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61D9 is #329E26. Grayscale: #8E8E8E. Windows color (decimal): -3317287 or 14246349. OLE color: 14246349.

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

Color convert

RGB20597217-
CMYK0.060.5500.15
HSL294º61.22%61.57%-
HSV(B)294º55.3%85.1%-
XYZ41.9826.5468.56-
YUV142.97169.78172.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=39.50%
G=18.69%
B=41.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205972170.060.5500.1529461.2261.57
HexCD61D96370F1263d3e
Octal3151413316670174467576
Binary1100110111000011101100111011011101111100100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61D9; }

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

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

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

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

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

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

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

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