Html Css Color HEX #C98CFB Heliotrope

📋 copy color: '#C98CFB'

red 201 ◦ green 140 ◦ blue 251

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

Shades of Heliotrope #C98CFB

Tints of Heliotrope #C98CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.65%

 BLUE value IS 251 (98.44% from 255) = 42.4%

R = 33.95%
G = 23.65%
B = 42.4%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C98CFB (or 0xC98CFB) is known color: Heliotrope. HEX triplet: C9, 8C and FB. RGB value is (201,140,251). Sum of RGB (Red+Green+Blue) = 201+140+251=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #C98CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CFB is #367304. Grayscale: #AAAAAA. Windows color (decimal): -3568389 or 16485577. OLE color: 16485577.

HSL color Cylindrical-coordinate representation of color #C98CFB: hue angle of 272.97º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98CFB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 140 251 -
CMYK 0.20 0.44 0 0.02
HSL 272.97º 0.93% 0.77% -
HSV(B) 272.97º 0.44% 0.98% -
XYZ 50.88 38.14 95.95 -
YUV 170.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 201 140 251 0.20 0.44 0 0.02 272.97 0.93 0.77
Hex C9 8C FB 14 2C 0 2 111 5D 4D
Octal 311 214 373 24 54 0 2 421 135 115
Binary 11001001 10001100 11111011 10100 101100 0 10 100010001 1011101 1001101

Color Harmonies of #C98CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CFB

Black with #C98CFB

Text Example


Text Example

White with #C98CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CFB; }

 p { color: rgb(201,140,251); }

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

background-color css

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

 a { background-color: rgb(201,140,251); }

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

border-color css

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

 span { border-color: rgb(201,140,251); }

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