#C77CBA

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

Shades of Orchid #C77CBA

Tints of Orchid #C77CBA

Color information

#C77CBA (or 0xC77CBA) is unknown color: approx Orchid. HEX triplet: C7, 7C and BA. RGB value is (199,124,186). Sum of RGB (Red+Green+Blue) = 199+124+186=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CBA is #388345. Grayscale: #999999. Windows color (decimal): -3703622 or 12221639. OLE color: 12221639.

HSL color Cylindrical-coordinate representation of color #C77CBA: hue angle of 310.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CBA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199124186-
CMYK00.380.070.22
HSL310.4º40.11%63.33%-
HSV(B)310.4º37.69%78.04%-
XYZ39.6230.150.18-
YUV153.49146.35160.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=39.10%
G=24.36%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912418600.380.070.22310.440.1163.33
HexC77CBA026716136283f
Octal3071742720467264665077
Binary11000111111110010111010010011011110110100110110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77CBA; }

 p { color: rgb(199,124,186); }

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

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

 a { background-color: rgb(199,124,186); }

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

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

 span { border-color: rgb(199,124,186); }

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