Html Css Color HEX #C98AFC Heliotrope

📋 copy color: '#C98AFC'

red 201 ◦ green 138 ◦ blue 252

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

Shades of Heliotrope #C98AFC

Tints of Heliotrope #C98AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.35%

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 34.01%
G = 23.35%
B = 42.64%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C98AFC (or 0xC98AFC) is known color: Heliotrope. HEX triplet: C9, 8A and FC. RGB value is (201,138,252). Sum of RGB (Red+Green+Blue) = 201+138+252=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #C98AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AFC is #367503. Grayscale: #A9A9A9. Windows color (decimal): -3568900 or 16550601. OLE color: 16550601.

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

Color convert

RGB 201 138 252 -
CMYK 0.20 0.45 0 0.01
HSL 273.16º 0.95% 0.76% -
HSV(B) 273.16º 0.45% 0.99% -
XYZ 50.75 37.62 96.68 -
YUV 169.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 201 138 252 0.20 0.45 0 0.01 273.16 0.95 0.76
Hex C9 8A FC 14 2D 0 1 111 5F 4C
Octal 311 212 374 24 55 0 1 421 137 114
Binary 11001001 10001010 11111100 10100 101101 0 1 100010001 1011111 1001100

Color Harmonies of #C98AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AFC

Black with #C98AFC

Text Example


Text Example

White with #C98AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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