#C773BC

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

Shades of Orchid #C773BC

Tints of Orchid #C773BC

Color information

#C773BC (or 0xC773BC) is unknown color: approx Orchid. HEX triplet: C7, 73 and BC. RGB value is (199,115,188). Sum of RGB (Red+Green+Blue) = 199+115+188=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C773BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773BC is #388C43. Grayscale: #949494. Windows color (decimal): -3705924 or 12350407. OLE color: 12350407.

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

Color convert

RGB199115188-
CMYK00.420.060.22
HSL307.86º42.86%61.57%-
HSV(B)307.86º42.21%78.04%-
XYZ38.7628.0350.95-
YUV148.44150.33164.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 115 (45.31% from 255) = 22.91%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=39.64%
G=22.91%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911518800.420.060.22307.8642.8661.57
HexC773BC02A6161342b3e
Octal3071632740526264645376
Binary11000111111001110111100010101011010110100110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C773BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C773BC; }

 p { color: rgb(199,115,188); }

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

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

 a { background-color: rgb(199,115,188); }

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

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

 span { border-color: rgb(199,115,188); }

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