#C772BF

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

Shades of Orchid #C772BF

Tints of Orchid #C772BF

Color information

#C772BF (or 0xC772BF) is unknown color: approx Orchid. HEX triplet: C7, 72 and BF. RGB value is (199,114,191). Sum of RGB (Red+Green+Blue) = 199+114+191=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C772BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772BF is #388D40. Grayscale: #939393. Windows color (decimal): -3706177 or 12546759. OLE color: 12546759.

HSL color Cylindrical-coordinate representation of color #C772BF: hue angle of 305.65º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C772BF is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB199114191-
CMYK00.430.040.22
HSL305.65º43.15%61.37%-
HSV(B)305.65º42.71%78.04%-
XYZ38.9727.9452.63-
YUV148.19152.16164.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 191 (75% from 255) = 37.90%
R=39.48%
G=22.62%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911419100.430.040.22305.6543.1561.37
HexC772BF02B4161322b3d
Octal3071622770534264625375
Binary11000111111001010111111010101110010110100110010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C772BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C772BF; }

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

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

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

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

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

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

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

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