#C98BFD

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

Shades of Heliotrope #C98BFD

Tints of Heliotrope #C98BFD

Color information

#C98BFD (or 0xC98BFD) is unknown color: approx Heliotrope. HEX triplet: C9, 8B and FD. RGB value is (201,139,253). Sum of RGB (Red+Green+Blue) = 201+139+253=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #C98BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BFD is #367402. Grayscale: #AAAAAA. Windows color (decimal): -3568643 or 16616393. OLE color: 16616393.

HSL color Cylindrical-coordinate representation of color #C98BFD: hue angle of 272.63º 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 #C98BFD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201139253-
CMYK0.210.4500.01
HSL272.63º96.61%76.86%-
HSV(B)272.63º45.06%99.22%-
XYZ51.0537.9797.57-
YUV170.53174.54149.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=33.90%
G=23.44%
B=42.66%

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
Decimal2011392530.210.4500.01272.6396.6176.86
HexC98BFD152D01111614d
Octal311213375255501421141115
Binary110010011000101111111101101011011010110001000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BFD; }

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

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

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

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

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

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

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

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