#C77ADD

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

Shades of Orchid #C77ADD

Tints of Orchid #C77ADD

Color information

#C77ADD (or 0xC77ADD) is unknown color: approx Orchid. HEX triplet: C7, 7A and DD. RGB value is (199,122,221). Sum of RGB (Red+Green+Blue) = 199+122+221=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C77ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ADD is #388522. Grayscale: #9B9B9B. Windows color (decimal): -3704099 or 14514887. OLE color: 14514887.

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

Color convert

RGB199122221-
CMYK0.100.4500.13
HSL286.67º59.28%67.25%-
HSV(B)286.67º44.8%86.67%-
XYZ43.5631.2872.15-
YUV156.31164.51158.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.72%
GREEN value IS 122 (48.05% from 255) = 22.51%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=36.72%
G=22.51%
B=40.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991222210.100.4500.13286.6759.2867.25
HexC77ADDA2D0D11f3b43
Octal307172335125501543773103
Binary110001111111010110111011010101101011011000111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77ADD; }

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

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

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

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

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

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

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

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