#CD77DD

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

Shades of Orchid #CD77DD

Tints of Orchid #CD77DD

Color information

#CD77DD (or 0xCD77DD) is unknown color: approx Orchid. HEX triplet: CD, 77 and DD. RGB value is (205,119,221). Sum of RGB (Red+Green+Blue) = 205+119+221=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77DD is #328822. Grayscale: #9C9C9C. Windows color (decimal): -3311651 or 14514125. OLE color: 14514125.

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

Color convert

RGB205119221-
CMYK0.070.4600.13
HSL290.59º60%66.67%-
HSV(B)290.59º46.15%86.67%-
XYZ44.8231.3972.1-
YUV156.34164.49162.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 119 (46.88% from 255) = 21.83%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=37.61%
G=21.83%
B=40.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051192210.070.4600.13290.596066.67
HexCD77DD72E0D1233c43
Octal31516733575601544374103
Binary11001101111011111011101111101110011011001000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77DD; }

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

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

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

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

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

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

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

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