#C77BBF

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

Shades of Orchid #C77BBF

Tints of Orchid #C77BBF

Color information

#C77BBF (or 0xC77BBF) is unknown color: approx Orchid. HEX triplet: C7, 7B and BF. RGB value is (199,123,191). Sum of RGB (Red+Green+Blue) = 199+123+191=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BBF is #388440. Grayscale: #999999. Windows color (decimal): -3703873 or 12549063. OLE color: 12549063.

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

Color convert

RGB199123191-
CMYK00.380.040.22
HSL306.32º40.43%63.14%-
HSV(B)306.32º38.19%78.04%-
XYZ40.0430.0752.98-
YUV153.48149.18160.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 191 (75% from 255) = 37.23%
R=38.79%
G=23.98%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912319100.380.040.22306.3240.4363.14
HexC77BBF026416132283f
Octal3071732770464264625077
Binary11000111111101110111111010011010010110100110010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77BBF; }

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

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

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

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

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

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

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

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