#C77DCA

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

Shades of Orchid #C77DCA

Tints of Orchid #C77DCA

Color information

#C77DCA (or 0xC77DCA) is unknown color: approx Orchid. HEX triplet: C7, 7D and CA. RGB value is (199,125,202). Sum of RGB (Red+Green+Blue) = 199+125+202=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C77DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DCA is #388235. Grayscale: #9B9B9B. Windows color (decimal): -3703350 or 13270471. OLE color: 13270471.

HSL color Cylindrical-coordinate representation of color #C77DCA: hue angle of 297.66º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77DCA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199125202-
CMYK0.010.3800.21
HSL297.66º42.08%64.12%-
HSV(B)297.66º38.12%79.22%-
XYZ41.5531.0759.69-
YUV155.9154.02158.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=37.83%
G=23.76%
B=38.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991252020.010.3800.21297.6642.0864.12
HexC77DCA12601512a2a40
Octal30717531214602545252100
Binary1100011111111011100101011001100101011001010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77DCA; }

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

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

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

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

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

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

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

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