#C98AFF

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

Shades of Heliotrope #C98AFF

Tints of Heliotrope #C98AFF

Color information

#C98AFF (or 0xC98AFF) is unknown color: approx Heliotrope. HEX triplet: C9, 8A and FF. RGB value is (201,138,255). Sum of RGB (Red+Green+Blue) = 201+138+255=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AFF is #367500. Grayscale: #A9A9A9. Windows color (decimal): -3568897 or 16747209. OLE color: 16747209.

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

Color convert

RGB201138255-
CMYK0.210.4600
HSL272.31º100%77.06%-
HSV(B)272.31º45.88%100%-
XYZ51.2337.8199.21-
YUV170.18175.87149.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.84%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 255 (100% from 255) = 42.93%
R=33.84%
G=23.23%
B=42.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011382550.210.4600272.3110077.06
HexC98AFF152E00110644d
Octal311212377255600420144115
Binary110010011000101011111111101011011100010001000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98AFF; }

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

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

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

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

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

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

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

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