Html Css Color HEX #C98DFF Heliotrope

📋 copy color: '#C98DFF'

red 201 ◦ green 141 ◦ blue 255

#C98DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C98DFF

Tints of Heliotrope #C98DFF

RGB

 RED value IS 201 (78.91% from 255) = 33.67%

 GREEN value IS 141 (55.47% from 255) = 23.62%

 BLUE value IS 255 (100% from 255) = 42.71%

R = 33.67%
G = 23.62%
B = 42.71%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C98DFF (or 0xC98DFF) is known color: Heliotrope. HEX triplet: C9, 8D and FF. RGB value is (201,141,255). Sum of RGB (Red+Green+Blue) = 201+141+255=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFF is #367200. Grayscale: #ABABAB. Windows color (decimal): -3568129 or 16747977. OLE color: 16747977.

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

Color convert

RGB 201 141 255 -
CMYK 0.21 0.45 0 0
HSL 271.58º 1% 0.78% -
HSV(B) 271.58º 0.45% 1% -
XYZ 51.66 38.69 99.35 -
YUV 171.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 201 141 255 0.21 0.45 0 0 271.58 1 0.78
Hex C9 8D FF 15 2D 0 0 110 64 4E
Octal 311 215 377 25 55 0 0 420 144 116
Binary 11001001 10001101 11111111 10101 101101 0 0 100010000 1100100 1001110

Color Harmonies of #C98DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DFF

Black with #C98DFF

Text Example


Text Example

White with #C98DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DFF; }

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

 H1.HeaderClassName
 {
   color: #C98DFF;
 }
 .AnyTagClassName
 {
   color: #C98DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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