#C97DE5

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

Shades of Heliotrope #C97DE5

Tints of Heliotrope #C97DE5

Color information

#C97DE5 (or 0xC97DE5) is unknown color: approx Heliotrope. HEX triplet: C9, 7D and E5. RGB value is (201,125,229). Sum of RGB (Red+Green+Blue) = 201+125+229=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #C97DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DE5 is #36821A. Grayscale: #9F9F9F. Windows color (decimal): -3572251 or 15039945. OLE color: 15039945.

HSL color Cylindrical-coordinate representation of color #C97DE5: hue angle of 283.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97DE5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB201125229-
CMYK0.120.4500.10
HSL283.85º66.67%69.41%-
HSV(B)283.85º45.41%89.8%-
XYZ45.5632.7478.05-
YUV159.58167.18157.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 229 (89.84% from 255) = 41.26%
R=36.22%
G=22.52%
B=41.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2011252290.120.4500.10283.8566.6769.41
HexC97DE5C2D0A11c4345
Octal3111753451455012434103105
Binary1100100111111011110010111001011010101010001110010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DE5; }

 p { color: rgb(201,125,229); }

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

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

 a { background-color: rgb(201,125,229); }

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

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

 span { border-color: rgb(201,125,229); }

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