#C973C0

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

Shades of Orchid #C973C0

Tints of Orchid #C973C0

Color information

#C973C0 (or 0xC973C0) is unknown color: approx Orchid. HEX triplet: C9, 73 and C0. RGB value is (201,115,192). Sum of RGB (Red+Green+Blue) = 201+115+192=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C973C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973C0 is #368C3F. Grayscale: #959595. Windows color (decimal): -3574848 or 12612553. OLE color: 12612553.

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

Color convert

RGB201115192-
CMYK00.430.040.21
HSL306.28º44.33%61.96%-
HSV(B)306.28º42.79%78.82%-
XYZ39.7328.4853.27-
YUV149.49151.99164.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 115 (45.31% from 255) = 22.64%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=39.57%
G=22.64%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111519200.430.040.21306.2844.3361.96
HexC973C002B4151322c3e
Octal3111633000534254625476
Binary11001001111001111000000010101110010101100110010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973C0; }

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

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

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

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

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

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

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

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