#C973B8

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

Shades of Orchid #C973B8

Tints of Orchid #C973B8

Color information

#C973B8 (or 0xC973B8) is unknown color: approx Orchid. HEX triplet: C9, 73 and B8. RGB value is (201,115,184). Sum of RGB (Red+Green+Blue) = 201+115+184=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973B8 is #368C47. Grayscale: #949494. Windows color (decimal): -3574856 or 12088265. OLE color: 12088265.

HSL color Cylindrical-coordinate representation of color #C973B8: hue angle of 311.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C973B8 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201115184-
CMYK00.430.080.21
HSL311.86º44.33%61.96%-
HSV(B)311.86º42.79%78.82%-
XYZ38.8728.1448.73-
YUV148.58147.99165.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 115 (45.31% from 255) = 23%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=40.2%
G=23%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111518400.430.080.21311.8644.3361.96
HexC973B802B8151382c3e
Octal31116327005310254705476
Binary110010011110011101110000101011100010101100111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973B8; }

 p { color: rgb(201,115,184); }

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

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

 a { background-color: rgb(201,115,184); }

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

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

 span { border-color: rgb(201,115,184); }

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