Html Css Color HEX #C98BFE Heliotrope

📋 copy color: '#C98BFE'

red 201 ◦ green 139 ◦ blue 254

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

Shades of Heliotrope #C98BFE

Tints of Heliotrope #C98BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.4%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 33.84%
G = 23.4%
B = 42.76%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C98BFE (or 0xC98BFE) is known color: Heliotrope. HEX triplet: C9, 8B and FE. RGB value is (201,139,254). Sum of RGB (Red+Green+Blue) = 201+139+254=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C98BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BFE is #367401. Grayscale: #AAAAAA. Windows color (decimal): -3568642 or 16681929. OLE color: 16681929.

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

Color convert

RGB 201 139 254 -
CMYK 0.21 0.45 0 0.00
HSL 272.35º 0.98% 0.77% -
HSV(B) 272.35º 0.45% 1% -
XYZ 51.21 38.04 98.41 -
YUV 170.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 201 139 254 0.21 0.45 0 0.00 272.35 0.98 0.77
Hex C9 8B FE 15 2D 0 0 110 62 4D
Octal 311 213 376 25 55 0 0 420 142 115
Binary 11001001 10001011 11111110 10101 101101 0 0 100010000 1100010 1001101

Color Harmonies of #C98BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BFE

Black with #C98BFE

Text Example


Text Example

White with #C98BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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