#C777BE

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

Shades of Orchid #C777BE

Tints of Orchid #C777BE

Color information

#C777BE (or 0xC777BE) is unknown color: approx Orchid. HEX triplet: C7, 77 and BE. RGB value is (199,119,190). Sum of RGB (Red+Green+Blue) = 199+119+190=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C777BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777BE is #388841. Grayscale: #969696. Windows color (decimal): -3704898 or 12482503. OLE color: 12482503.

HSL color Cylindrical-coordinate representation of color #C777BE: hue angle of 306.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C777BE is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199119190-
CMYK00.400.050.22
HSL306.75º41.67%62.35%-
HSV(B)306.75º40.2%78.04%-
XYZ39.4429.0552.24-
YUV151.01150162.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=39.17%
G=23.43%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911919000.400.050.22306.7541.6762.35
HexC777BE0285161332a3e
Octal3071672760505264635276
Binary11000111111011110111110010100010110110100110011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C777BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C777BE; }

 p { color: rgb(199,119,190); }

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

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

 a { background-color: rgb(199,119,190); }

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

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

 span { border-color: rgb(199,119,190); }

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