#C77DDC

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

Shades of Orchid #C77DDC

Tints of Orchid #C77DDC

Color information

#C77DDC (or 0xC77DDC) is unknown color: approx Orchid. HEX triplet: C7, 7D and DC. RGB value is (199,125,220). Sum of RGB (Red+Green+Blue) = 199+125+220=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C77DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DDC is #388223. Grayscale: #9D9D9D. Windows color (decimal): -3703332 or 14450119. OLE color: 14450119.

HSL color Cylindrical-coordinate representation of color #C77DDC: hue angle of 286.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77DDC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199125220-
CMYK0.100.4300.14
HSL286.74º57.58%67.65%-
HSV(B)286.74º43.18%86.27%-
XYZ43.8131.9871.57-
YUV157.96163.02157.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.58%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=36.58%
G=22.98%
B=40.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991252200.100.4300.14286.7457.5867.65
HexC77DDCA2B0E11f3a44
Octal307175334125301643772104
Binary110001111111101110111001010101011011101000111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77DDC; }

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

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

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

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

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

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

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

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