#C77DDD

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

Shades of Orchid #C77DDD

Tints of Orchid #C77DDD

Color information

#C77DDD (or 0xC77DDD) is unknown color: approx Orchid. HEX triplet: C7, 7D and DD. RGB value is (199,125,221). Sum of RGB (Red+Green+Blue) = 199+125+221=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C77DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DDD is #388222. Grayscale: #9D9D9D. Windows color (decimal): -3703331 or 14515655. OLE color: 14515655.

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

Color convert

RGB199125221-
CMYK0.100.4300.13
HSL286.25º58.54%67.84%-
HSV(B)286.25º43.44%86.67%-
XYZ43.9432.0372.27-
YUV158.07163.52157.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.51%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=36.51%
G=22.94%
B=40.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991252210.100.4300.13286.2558.5467.84
HexC77DDDA2B0D11e3b44
Octal307175335125301543673104
Binary110001111111101110111011010101011011011000111101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77DDD; }

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

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

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

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

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

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

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

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