#C98DFD

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

Shades of Heliotrope #C98DFD

Tints of Heliotrope #C98DFD

Color information

#C98DFD (or 0xC98DFD) is unknown color: approx Heliotrope. HEX triplet: C9, 8D and FD. RGB value is (201,141,253). Sum of RGB (Red+Green+Blue) = 201+141+253=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #C98DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFD is #367202. Grayscale: #ABABAB. Windows color (decimal): -3568131 or 16616905. OLE color: 16616905.

HSL color Cylindrical-coordinate representation of color #C98DFD: hue angle of 272.14º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98DFD is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201141253-
CMYK0.210.4400.01
HSL272.14º96.55%77.25%-
HSV(B)272.14º44.27%99.22%-
XYZ51.3438.5697.67-
YUV171.71173.88148.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.78%
GREEN value IS 141 (55.47% from 255) = 23.70%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=33.78%
G=23.70%
B=42.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011412530.210.4400.01272.1496.5577.25
HexC98DFD152C01110614d
Octal311215375255401420141115
Binary110010011000110111111101101011011000110001000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DFD; }

 p { color: rgb(201,141,253); }

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

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

 a { background-color: rgb(201,141,253); }

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

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

 span { border-color: rgb(201,141,253); }

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