#C974C3

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

Shades of Orchid #C974C3

Tints of Orchid #C974C3

Color information

#C974C3 (or 0xC974C3) is unknown color: approx Orchid. HEX triplet: C9, 74 and C3. RGB value is (201,116,195). Sum of RGB (Red+Green+Blue) = 201+116+195=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C974C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974C3 is #368B3C. Grayscale: #969696. Windows color (decimal): -3574589 or 12809417. OLE color: 12809417.

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

Color convert

RGB201116195-
CMYK00.420.030.21
HSL304.24º44.04%62.16%-
HSV(B)304.24º42.29%78.82%-
XYZ40.1828.8555.08-
YUV150.42153.16164.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 116 (45.70% from 255) = 22.66%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=39.26%
G=22.66%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111619500.420.030.21304.2444.0462.16
HexC974C302A3151302c3e
Octal3111643030523254605476
Binary1100100111101001100001101010101110101100110000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974C3; }

 p { color: rgb(201,116,195); }

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

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

 a { background-color: rgb(201,116,195); }

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

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

 span { border-color: rgb(201,116,195); }

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