#CD77C7

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

Shades of Orchid #CD77C7

Tints of Orchid #CD77C7

Color information

#CD77C7 (or 0xCD77C7) is unknown color: approx Orchid. HEX triplet: CD, 77 and C7. RGB value is (205,119,199). Sum of RGB (Red+Green+Blue) = 205+119+199=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C7 is #328838. Grayscale: #999999. Windows color (decimal): -3311673 or 13072333. OLE color: 13072333.

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

Color convert

RGB205119199-
CMYK00.420.030.20
HSL304.19º46.24%63.53%-
HSV(B)304.19º41.95%80.39%-
XYZ42.0830.357.66-
YUV153.83153.49164.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=39.20%
G=22.75%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511919900.420.030.20304.1946.2463.53
HexCD77C702A3141302e40
Octal31516730705232446056100
Binary11001101111011111000111010101011101001001100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77C7; }

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

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

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

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

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

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

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

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