#C77BCA

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

Shades of Orchid #C77BCA

Tints of Orchid #C77BCA

Color information

#C77BCA (or 0xC77BCA) is unknown color: approx Orchid. HEX triplet: C7, 7B and CA. RGB value is (199,123,202). Sum of RGB (Red+Green+Blue) = 199+123+202=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C77BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BCA is #388435. Grayscale: #9A9A9A. Windows color (decimal): -3703862 or 13269959. OLE color: 13269959.

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

Color convert

RGB199123202-
CMYK0.010.3900.21
HSL297.72º42.7%63.73%-
HSV(B)297.72º39.11%79.22%-
XYZ41.330.5759.6-
YUV154.73154.68159.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 123 (48.44% from 255) = 23.47%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=37.98%
G=23.47%
B=38.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991232020.010.3900.21297.7242.763.73
HexC77BCA12701512a2b40
Octal30717331214702545253100
Binary1100011111110111100101011001110101011001010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77BCA; }

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

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

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

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

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

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

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

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