#C972CD

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

Shades of Orchid #C972CD

Tints of Orchid #C972CD

Color information

#C972CD (or 0xC972CD) is unknown color: approx Orchid. HEX triplet: C9, 72 and CD. RGB value is (201,114,205). Sum of RGB (Red+Green+Blue) = 201+114+205=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C972CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972CD is #368D32. Grayscale: #969696. Windows color (decimal): -3575091 or 13464265. OLE color: 13464265.

HSL color Cylindrical-coordinate representation of color #C972CD: hue angle of 297.36º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C972CD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201114205-
CMYK0.020.4400.20
HSL297.36º47.64%62.55%-
HSV(B)297.36º44.39%80.39%-
XYZ41.1228.8661.16-
YUV150.39158.82164.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 114 (44.92% from 255) = 21.92%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=38.65%
G=21.92%
B=39.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011142050.020.4400.20297.3647.6462.55
HexC972CD22C014129303f
Octal3111623152540244516077
Binary1100100111100101100110110101100010100100101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972CD; }

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

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

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

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

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

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

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

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