#C974CA

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

Shades of Orchid #C974CA

Tints of Orchid #C974CA

Color information

#C974CA (or 0xC974CA) is unknown color: approx Orchid. HEX triplet: C9, 74 and CA. RGB value is (201,116,202). Sum of RGB (Red+Green+Blue) = 201+116+202=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C974CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974CA is #368B35. Grayscale: #969696. Windows color (decimal): -3574582 or 13268169. OLE color: 13268169.

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

Color convert

RGB201116202-
CMYK0.000.4300.21
HSL299.3º44.79%62.35%-
HSV(B)299.3º42.57%79.22%-
XYZ40.9929.1759.35-
YUV151.22156.66163.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=38.73%
G=22.35%
B=38.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011162020.000.4300.21299.344.7962.35
HexC974CA02B01512b2d3e
Octal3111643120530254535576
Binary110010011110100110010100101011010101100101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974CA; }

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

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

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

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

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

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

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

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