#C776BD

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

Shades of Orchid #C776BD

Tints of Orchid #C776BD

Color information

#C776BD (or 0xC776BD) is unknown color: approx Orchid. HEX triplet: C7, 76 and BD. RGB value is (199,118,189). Sum of RGB (Red+Green+Blue) = 199+118+189=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C776BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776BD is #388942. Grayscale: #969696. Windows color (decimal): -3705155 or 12416711. OLE color: 12416711.

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

Color convert

RGB199118189-
CMYK00.410.050.22
HSL307.41º41.97%62.16%-
HSV(B)307.41º40.7%78.04%-
XYZ39.2228.7751.63-
YUV150.31149.84162.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=39.33%
G=23.32%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911818900.410.050.22307.4141.9762.16
HexC776BD0295161332a3e
Octal3071662750515264635276
Binary11000111111011010111101010100110110110100110011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776BD; }

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

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

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

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

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

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

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

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