#C97AD4

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

Shades of Orchid #C97AD4

Tints of Orchid #C97AD4

Color information

#C97AD4 (or 0xC97AD4) is unknown color: approx Orchid. HEX triplet: C9, 7A and D4. RGB value is (201,122,212). Sum of RGB (Red+Green+Blue) = 201+122+212=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #C97AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97AD4 is #36852B. Grayscale: #9B9B9B. Windows color (decimal): -3573036 or 13925065. OLE color: 13925065.

HSL color Cylindrical-coordinate representation of color #C97AD4: hue angle of 292.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97AD4 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB201122212-
CMYK0.050.4200.17
HSL292.67º51.14%65.49%-
HSV(B)292.67º42.45%83.14%-
XYZ42.9331.0966.03-
YUV155.88159.67160.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 122 (48.05% from 255) = 22.80%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=37.57%
G=22.80%
B=39.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2011222120.050.4200.17292.6751.1465.49
HexC97AD452A0111253341
Octal31117232455202144563101
Binary110010011111010110101001011010100100011001001011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AD4; }

 p { color: rgb(201,122,212); }

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

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

 a { background-color: rgb(201,122,212); }

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

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

 span { border-color: rgb(201,122,212); }

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