#CD77B8

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

Shades of Orchid #CD77B8

Tints of Orchid #CD77B8

Color information

#CD77B8 (or 0xCD77B8) is unknown color: approx Orchid. HEX triplet: CD, 77 and B8. RGB value is (205,119,184). Sum of RGB (Red+Green+Blue) = 205+119+184=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77B8 is #328847. Grayscale: #979797. Windows color (decimal): -3311688 or 12089293. OLE color: 12089293.

HSL color Cylindrical-coordinate representation of color #CD77B8: hue angle of 314.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD77B8 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205119184-
CMYK00.420.100.20
HSL314.65º46.24%63.53%-
HSV(B)314.65º41.95%80.39%-
XYZ40.4329.6348.94-
YUV152.12145.99165.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 184 (72.27% from 255) = 36.22%
R=40.35%
G=23.43%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511918400.420.100.20314.6546.2463.53
HexCD77B802AA1413b2e40
Octal315167270052122447356100
Binary1100110111101111011100001010101010101001001110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77B8; }

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

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

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

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

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

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

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

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