#CD77E0

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

Shades of Orchid #CD77E0

Tints of Orchid #CD77E0

Color information

#CD77E0 (or 0xCD77E0) is unknown color: approx Orchid. HEX triplet: CD, 77 and E0. RGB value is (205,119,224). Sum of RGB (Red+Green+Blue) = 205+119+224=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77E0 is #32881F. Grayscale: #9C9C9C. Windows color (decimal): -3311648 or 14710733. OLE color: 14710733.

HSL color Cylindrical-coordinate representation of color #CD77E0: hue angle of 289.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD77E0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205119224-
CMYK0.080.4700.12
HSL289.14º62.87%67.25%-
HSV(B)289.14º46.88%87.84%-
XYZ45.2331.5574.23-
YUV156.68165.99162.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 119 (46.88% from 255) = 21.72%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=37.41%
G=21.72%
B=40.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051192240.080.4700.12289.1462.8767.25
HexCD77E082F0C1213f43
Octal315167340105701444177103
Binary110011011110111111000001000101111011001001000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77E0; }

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

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

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

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

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

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

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

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