#C77DCD

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

Shades of Orchid #C77DCD

Tints of Orchid #C77DCD

Color information

#C77DCD (or 0xC77DCD) is unknown color: approx Orchid. HEX triplet: C7, 7D and CD. RGB value is (199,125,205). Sum of RGB (Red+Green+Blue) = 199+125+205=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #C77DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DCD is #388232. Grayscale: #9C9C9C. Windows color (decimal): -3703347 or 13467079. OLE color: 13467079.

HSL color Cylindrical-coordinate representation of color #C77DCD: hue angle of 295.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77DCD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199125205-
CMYK0.030.3900.20
HSL295.5º44.44%64.71%-
HSV(B)295.5º39.02%80.39%-
XYZ41.9131.2261.57-
YUV156.25155.52158.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.62%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=37.62%
G=23.63%
B=38.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991252050.030.3900.20295.544.4464.71
HexC77DCD3270141282c41
Octal30717531534702445054101
Binary11000111111110111001101111001110101001001010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77DCD; }

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

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

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

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

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

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

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

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