#C77ECA

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

Shades of Orchid #C77ECA

Tints of Orchid #C77ECA

Color information

#C77ECA (or 0xC77ECA) is unknown color: approx Orchid. HEX triplet: C7, 7E and CA. RGB value is (199,126,202). Sum of RGB (Red+Green+Blue) = 199+126+202=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C77ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ECA is #388135. Grayscale: #9C9C9C. Windows color (decimal): -3703094 or 13270727. OLE color: 13270727.

HSL color Cylindrical-coordinate representation of color #C77ECA: hue angle of 297.63º 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 #C77ECA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199126202-
CMYK0.010.3800.21
HSL297.63º41.76%64.31%-
HSV(B)297.63º37.62%79.22%-
XYZ41.6731.3359.73-
YUV156.49153.68158.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.76%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=37.76%
G=23.91%
B=38.33%

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
Decimal1991262020.010.3800.21297.6341.7664.31
HexC77ECA12601512a2a40
Octal30717631214602545252100
Binary1100011111111101100101011001100101011001010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77ECA; }

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

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

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

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

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

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

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

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