#C974CE

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

Shades of Orchid #C974CE

Tints of Orchid #C974CE

Color information

#C974CE (or 0xC974CE) is unknown color: approx Orchid. HEX triplet: C9, 74 and CE. RGB value is (201,116,206). Sum of RGB (Red+Green+Blue) = 201+116+206=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #C974CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974CE is #368B31. Grayscale: #979797. Windows color (decimal): -3574578 or 13530313. OLE color: 13530313.

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

Color convert

RGB201116206-
CMYK0.020.4400.19
HSL296.67º47.87%63.14%-
HSV(B)296.67º43.69%80.78%-
XYZ41.4729.3661.87-
YUV151.68158.66163.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.43%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=38.43%
G=22.18%
B=39.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011162060.020.4400.19296.6747.8763.14
HexC974CE22C013129303f
Octal3111643162540234516077
Binary1100100111101001100111010101100010011100101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974CE; }

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

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

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

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

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

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

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

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