#C974CC

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

Shades of Orchid #C974CC

Tints of Orchid #C974CC

Color information

#C974CC (or 0xC974CC) is unknown color: approx Orchid. HEX triplet: C9, 74 and CC. RGB value is (201,116,204). Sum of RGB (Red+Green+Blue) = 201+116+204=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C974CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974CC is #368B33. Grayscale: #979797. Windows color (decimal): -3574580 or 13399241. OLE color: 13399241.

HSL color Cylindrical-coordinate representation of color #C974CC: hue angle of 297.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C974CC is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201116204-
CMYK0.010.4300.2
HSL297.95º46.32%62.75%-
HSV(B)297.95º43.14%80%-
XYZ41.2329.2760.6-
YUV151.45157.66163.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=38.58%
G=22.26%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011162040.010.4300.2297.9546.3262.75
HexC974CC12B01412a2e3f
Octal3111643141530244525677
Binary110010011110100110011001101011010100100101010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974CC; }

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

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

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

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

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

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

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

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