#C772CB

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

Shades of Orchid #C772CB

Tints of Orchid #C772CB

Color information

#C772CB (or 0xC772CB) is unknown color: approx Orchid. HEX triplet: C7, 72 and CB. RGB value is (199,114,203). Sum of RGB (Red+Green+Blue) = 199+114+203=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C772CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772CB is #388D34. Grayscale: #959595. Windows color (decimal): -3706165 or 13333191. OLE color: 13333191.

HSL color Cylindrical-coordinate representation of color #C772CB: hue angle of 297.3º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C772CB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199114203-
CMYK0.020.4400.20
HSL297.3º46.11%62.16%-
HSV(B)297.3º43.84%79.61%-
XYZ40.3528.4959.87-
YUV149.56158.16163.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 114 (44.92% from 255) = 22.09%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=38.57%
G=22.09%
B=39.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991142030.020.4400.20297.346.1162.16
HexC772CB22C0141292e3e
Octal3071623132540244515676
Binary1100011111100101100101110101100010100100101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C772CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C772CB; }

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

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

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

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

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

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

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

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