#CD77B4

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

Shades of Orchid #CD77B4

Tints of Orchid #CD77B4

Color information

#CD77B4 (or 0xCD77B4) is unknown color: approx Orchid. HEX triplet: CD, 77 and B4. RGB value is (205,119,180). Sum of RGB (Red+Green+Blue) = 205+119+180=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77B4 is #32884B. Grayscale: #979797. Windows color (decimal): -3311692 or 11827149. OLE color: 11827149.

HSL color Cylindrical-coordinate representation of color #CD77B4: hue angle of 317.44º 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 #CD77B4 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205119180-
CMYK00.420.120.20
HSL317.44º46.24%63.53%-
HSV(B)317.44º41.95%80.39%-
XYZ40.0129.4746.76-
YUV151.67143.99166.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=40.67%
G=23.61%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511918000.420.120.20317.4446.2463.53
HexCD77B402AC1413d2e40
Octal315167264052142447556100
Binary1100110111101111011010001010101100101001001111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77B4; }

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

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

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

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

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

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

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

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