#cd77d7

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

Shades of Orchid #CD77D7

Tints of Orchid #CD77D7

Color information

#CD77D7 (or 0xCD77D7) is unknown color: approx Orchid. HEX triplet: CD, 77 and D7. RGB value is (205,119,215). Sum of RGB (Red+Green+Blue) = 205+119+215=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77D7 is #328828. Grayscale: #9B9B9B. Windows color (decimal): -3311657 or 14120909. OLE color: 14120909.

HSL color Cylindrical-coordinate representation of color #CD77D7: hue angle of 293.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD77D7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205119215-
CMYK0.050.4500.16
HSL293.75º54.55%65.49%-
HSV(B)293.75º44.65%84.31%-
XYZ44.0431.0867.97-
YUV155.66161.49163.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=38.03%
G=22.08%
B=39.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051192150.050.4500.16293.7554.5565.49
HexCD77D752D0101263741
Octal31516732755502044667101
Binary110011011110111110101111011011010100001001001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd77d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd77d7; }

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

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

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

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

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

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

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

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