#C779BD

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

Shades of Orchid #C779BD

Tints of Orchid #C779BD

Color information

#C779BD (or 0xC779BD) is unknown color: approx Orchid. HEX triplet: C7, 79 and BD. RGB value is (199,121,189). Sum of RGB (Red+Green+Blue) = 199+121+189=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C779BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779BD is #388642. Grayscale: #979797. Windows color (decimal): -3704387 or 12417479. OLE color: 12417479.

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

Color convert

RGB199121189-
CMYK00.390.050.22
HSL307.69º41.05%62.75%-
HSV(B)307.69º39.2%78.04%-
XYZ39.5829.4951.75-
YUV152.07148.84161.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=39.10%
G=23.77%
B=37.13%

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
Decimal19912118900.390.050.22307.6941.0562.75
HexC779BD027516134293f
Octal3071712750475264645177
Binary11000111111100110111101010011110110110100110100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C779BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C779BD; }

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

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

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

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

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

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

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

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