#C97AD1

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

Shades of Orchid #C97AD1

Tints of Orchid #C97AD1

Color information

#C97AD1 (or 0xC97AD1) is unknown color: approx Orchid. HEX triplet: C9, 7A and D1. RGB value is (201,122,209). Sum of RGB (Red+Green+Blue) = 201+122+209=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #C97AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97AD1 is #36852E. Grayscale: #9B9B9B. Windows color (decimal): -3573039 or 13728457. OLE color: 13728457.

HSL color Cylindrical-coordinate representation of color #C97AD1: hue angle of 294.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97AD1 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201122209-
CMYK0.040.4200.18
HSL294.48º48.6%64.9%-
HSV(B)294.48º41.63%81.96%-
XYZ42.5630.9464.05-
YUV155.54158.17160.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=37.78%
G=22.93%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011222090.040.4200.18294.4848.664.9
HexC97AD142A0121263141
Octal31117232145202244661101
Binary110010011111010110100011001010100100101001001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AD1; }

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

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

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

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

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

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

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

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