#C98AFD

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

Shades of Heliotrope #C98AFD

Tints of Heliotrope #C98AFD

Color information

#C98AFD (or 0xC98AFD) is unknown color: approx Heliotrope. HEX triplet: C9, 8A and FD. RGB value is (201,138,253). Sum of RGB (Red+Green+Blue) = 201+138+253=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #C98AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AFD is #367502. Grayscale: #A9A9A9. Windows color (decimal): -3568899 or 16616137. OLE color: 16616137.

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

Color convert

RGB201138253-
CMYK0.210.4500.01
HSL272.87º96.64%76.67%-
HSV(B)272.87º45.45%99.22%-
XYZ50.9137.6997.52-
YUV169.95174.87150.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.95%
GREEN value IS 138 (54.30% from 255) = 23.31%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=33.95%
G=23.31%
B=42.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011382530.210.4500.01272.8796.6476.67
HexC98AFD152D01111614d
Octal311212375255501421141115
Binary110010011000101011111101101011011010110001000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98AFD; }

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

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

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

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

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

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

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

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