Html Css Color HEX #C98BFA Heliotrope

📋 copy color: '#C98BFA'

red 201 ◦ green 139 ◦ blue 250

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

Shades of Heliotrope #C98BFA

Tints of Heliotrope #C98BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 34.07%
G = 23.56%
B = 42.37%

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

#C98BFA (or 0xC98BFA) is known color: Heliotrope. HEX triplet: C9, 8B and FA. RGB value is (201,139,250). Sum of RGB (Red+Green+Blue) = 201+139+250=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #C98BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BFA is #367405. Grayscale: #A9A9A9. Windows color (decimal): -3568646 or 16419785. OLE color: 16419785.

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

Color convert

RGB 201 139 250 -
CMYK 0.20 0.44 0 0.02
HSL 273.51º 0.92% 0.76% -
HSV(B) 273.51º 0.44% 0.98% -
XYZ 50.58 37.78 95.07 -
YUV 170.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 201 139 250 0.20 0.44 0 0.02 273.51 0.92 0.76
Hex C9 8B FA 14 2C 0 2 112 5C 4C
Octal 311 213 372 24 54 0 2 422 134 114
Binary 11001001 10001011 11111010 10100 101100 0 10 100010010 1011100 1001100

Color Harmonies of #C98BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BFA

Black with #C98BFA

Text Example


Text Example

White with #C98BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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