#C779BE

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

Shades of Orchid #C779BE

Tints of Orchid #C779BE

Color information

#C779BE (or 0xC779BE) is unknown color: approx Orchid. HEX triplet: C7, 79 and BE. RGB value is (199,121,190). Sum of RGB (Red+Green+Blue) = 199+121+190=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C779BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779BE is #388641. Grayscale: #979797. Windows color (decimal): -3704386 or 12483015. OLE color: 12483015.

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

Color convert

RGB199121190-
CMYK00.390.050.22
HSL306.92º41.05%62.75%-
HSV(B)306.92º39.2%78.04%-
XYZ39.6829.5352.32-
YUV152.19149.34161.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 121 (47.66% from 255) = 23.73%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=39.02%
G=23.73%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912119000.390.050.22306.9241.0562.75
HexC779BE027516133293f
Octal3071712760475264635177
Binary11000111111100110111110010011110110110100110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C779BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C779BE; }

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

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

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

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

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

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

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

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