#C972CA

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

Shades of Orchid #C972CA

Tints of Orchid #C972CA

Color information

#C972CA (or 0xC972CA) is unknown color: approx Orchid. HEX triplet: C9, 72 and CA. RGB value is (201,114,202). Sum of RGB (Red+Green+Blue) = 201+114+202=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #C972CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972CA is #368D35. Grayscale: #959595. Windows color (decimal): -3575094 or 13267657. OLE color: 13267657.

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

Color convert

RGB201114202-
CMYK0.000.4400.21
HSL299.32º45.36%61.96%-
HSV(B)299.32º43.56%79.22%-
XYZ40.7728.7259.27-
YUV150.04157.32164.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=38.88%
G=22.05%
B=39.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011142020.000.4400.21299.3245.3661.96
HexC972CA02C01512b2d3e
Octal3111623120540254535576
Binary110010011110010110010100101100010101100101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972CA; }

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

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

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

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

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

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

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

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