#CD77CC

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

Shades of Orchid #CD77CC

Tints of Orchid #CD77CC

Color information

#CD77CC (or 0xCD77CC) is unknown color: approx Orchid. HEX triplet: CD, 77 and CC. RGB value is (205,119,204). Sum of RGB (Red+Green+Blue) = 205+119+204=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77CC is #328833. Grayscale: #9A9A9A. Windows color (decimal): -3311668 or 13400013. OLE color: 13400013.

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

Color convert

RGB205119204-
CMYK00.420.000.20
HSL300.7º46.24%63.53%-
HSV(B)300.7º41.95%80.39%-
XYZ42.6730.5360.77-
YUV154.4155.99164.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=38.83%
G=22.54%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511920400.420.000.20300.746.2463.53
HexCD77CC02A01412d2e40
Octal31516731405202445556100
Binary1100110111101111100110001010100101001001011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77CC; }

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

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

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

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

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

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

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

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