#CD77C4

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

Shades of Orchid #CD77C4

Tints of Orchid #CD77C4

Color information

#CD77C4 (or 0xCD77C4) is unknown color: approx Orchid. HEX triplet: CD, 77 and C4. RGB value is (205,119,196). Sum of RGB (Red+Green+Blue) = 205+119+196=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C4 is #32883B. Grayscale: #999999. Windows color (decimal): -3311676 or 12875725. OLE color: 12875725.

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

Color convert

RGB205119196-
CMYK00.420.040.20
HSL306.28º46.24%63.53%-
HSV(B)306.28º41.95%80.39%-
XYZ41.7430.1655.85-
YUV153.49151.99164.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=39.42%
G=22.88%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511919600.420.040.20306.2846.2463.53
HexCD77C402A4141322e40
Octal31516730405242446256100
Binary110011011110111110001000101010100101001001100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77C4; }

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

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

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

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

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

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

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

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