#C97DE8

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

Shades of Heliotrope #C97DE8

Tints of Heliotrope #C97DE8

Color information

#C97DE8 (or 0xC97DE8) is unknown color: approx Heliotrope. HEX triplet: C9, 7D and E8. RGB value is (201,125,232). Sum of RGB (Red+Green+Blue) = 201+125+232=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #C97DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DE8 is #368217. Grayscale: #9F9F9F. Windows color (decimal): -3572248 or 15236553. OLE color: 15236553.

HSL color Cylindrical-coordinate representation of color #C97DE8: hue angle of 282.62º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C97DE8 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201125232-
CMYK0.130.4600.09
HSL282.62º69.93%70%-
HSV(B)282.62º46.12%90.98%-
XYZ45.9932.9180.27-
YUV159.92168.68157.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 232 (91.02% from 255) = 41.58%
R=36.02%
G=22.40%
B=41.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011252320.130.4600.09282.6269.9370
HexC97DE8D2E0911b4646
Octal3111753501556011433106106
Binary1100100111111011110100011011011100100110001101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DE8; }

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

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

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

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

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

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

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

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