#C772BD

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

Shades of Orchid #C772BD

Tints of Orchid #C772BD

Color information

#C772BD (or 0xC772BD) is unknown color: approx Orchid. HEX triplet: C7, 72 and BD. RGB value is (199,114,189). Sum of RGB (Red+Green+Blue) = 199+114+189=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C772BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772BD is #388D42. Grayscale: #939393. Windows color (decimal): -3706179 or 12415687. OLE color: 12415687.

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

Color convert

RGB199114189-
CMYK00.430.050.22
HSL307.06º43.15%61.37%-
HSV(B)307.06º42.71%78.04%-
XYZ38.7627.8551.48-
YUV147.96151.16164.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=39.64%
G=22.71%
B=37.65%

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
Decimal19911418900.430.050.22307.0643.1561.37
HexC772BD02B5161332b3d
Octal3071622750535264635375
Binary11000111111001010111101010101110110110100110011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C772BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C772BD; }

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

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

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

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

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

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

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

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