#C772BE

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

Shades of Orchid #C772BE

Tints of Orchid #C772BE

Color information

#C772BE (or 0xC772BE) is unknown color: approx Orchid. HEX triplet: C7, 72 and BE. RGB value is (199,114,190). Sum of RGB (Red+Green+Blue) = 199+114+190=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C772BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772BE is #388D41. Grayscale: #939393. Windows color (decimal): -3706178 or 12481223. OLE color: 12481223.

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

Color convert

RGB199114190-
CMYK00.430.050.22
HSL306.35º43.15%61.37%-
HSV(B)306.35º42.71%78.04%-
XYZ38.8627.8952.05-
YUV148.08151.66164.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=39.56%
G=22.66%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911419000.430.050.22306.3543.1561.37
HexC772BE02B5161322b3d
Octal3071622760535264625375
Binary11000111111001010111110010101110110110100110010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C772BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C772BE; }

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

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

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

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

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

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

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

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