Html Css Color HEX #C98BFB Heliotrope

📋 copy color: '#C98BFB'

red 201 ◦ green 139 ◦ blue 251

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

Shades of Heliotrope #C98BFB

Tints of Heliotrope #C98BFB

RGB

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

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

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

R = 34.01%
G = 23.52%
B = 42.47%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C98BFB (or 0xC98BFB) is known color: Heliotrope. HEX triplet: C9, 8B and FB. RGB value is (201,139,251). Sum of RGB (Red+Green+Blue) = 201+139+251=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C98BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BFB is #367404. Grayscale: #A9A9A9. Windows color (decimal): -3568645 or 16485321. OLE color: 16485321.

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

Color convert

RGB 201 139 251 -
CMYK 0.20 0.45 0 0.02
HSL 273.21º 0.93% 0.76% -
HSV(B) 273.21º 0.45% 0.98% -
XYZ 50.73 37.85 95.9 -
YUV 170.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 201 139 251 0.20 0.45 0 0.02 273.21 0.93 0.76
Hex C9 8B FB 14 2D 0 2 111 5D 4C
Octal 311 213 373 24 55 0 2 421 135 114
Binary 11001001 10001011 11111011 10100 101101 0 10 100010001 1011101 1001100

Color Harmonies of #C98BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BFB

Black with #C98BFB

Text Example


Text Example

White with #C98BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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