Html Css Color HEX #C98BFC Heliotrope

📋 copy color: '#C98BFC'

red 201 ◦ green 139 ◦ blue 252

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

Shades of Heliotrope #C98BFC

Tints of Heliotrope #C98BFC

RGB

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

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

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

R = 33.95%
G = 23.48%
B = 42.57%

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

#C98BFC (or 0xC98BFC) is known color: Heliotrope. HEX triplet: C9, 8B and FC. RGB value is (201,139,252). Sum of RGB (Red+Green+Blue) = 201+139+252=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #C98BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BFC is #367403. Grayscale: #AAAAAA. Windows color (decimal): -3568644 or 16550857. OLE color: 16550857.

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

Color convert

RGB 201 139 252 -
CMYK 0.20 0.45 0 0.01
HSL 272.92º 0.95% 0.77% -
HSV(B) 272.92º 0.45% 0.99% -
XYZ 50.89 37.91 96.73 -
YUV 170.42 174.04 149.81 -
System Red Green Blue C M Y K H S L
Decimal 201 139 252 0.20 0.45 0 0.01 272.92 0.95 0.77
Hex C9 8B FC 14 2D 0 1 111 5F 4D
Octal 311 213 374 24 55 0 1 421 137 115
Binary 11001001 10001011 11111100 10100 101101 0 1 100010001 1011111 1001101

Color Harmonies of #C98BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BFC

Black with #C98BFC

Text Example


Text Example

White with #C98BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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