#CD77C1

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

Shades of Orchid #CD77C1

Tints of Orchid #CD77C1

Color information

#CD77C1 (or 0xCD77C1) is unknown color: approx Orchid. HEX triplet: CD, 77 and C1. RGB value is (205,119,193). Sum of RGB (Red+Green+Blue) = 205+119+193=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C1 is #32883E. Grayscale: #989898. Windows color (decimal): -3311679 or 12679117. OLE color: 12679117.

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

Color convert

RGB205119193-
CMYK00.420.060.20
HSL308.37º46.24%63.53%-
HSV(B)308.37º41.95%80.39%-
XYZ41.430.0254.07-
YUV153.15150.49164.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=39.65%
G=23.02%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511919300.420.060.20308.3746.2463.53
HexCD77C102A6141342e40
Octal31516730105262446456100
Binary110011011110111110000010101010110101001001101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77C1; }

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

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

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

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

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

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

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

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