Html Css Color HEX #C98EFB Wisteria

📋 copy color: '#C98EFB'

red 201 ◦ green 142 ◦ blue 251

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

Shades of Wisteria #C98EFB

Tints of Wisteria #C98EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.91%

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

R = 33.84%
G = 23.91%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C98EFB (or 0xC98EFB) is known color: Wisteria. HEX triplet: C9, 8E and FB. RGB value is (201,142,251). Sum of RGB (Red+Green+Blue) = 201+142+251=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C98EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EFB is #367104. Grayscale: #ABABAB. Windows color (decimal): -3567877 or 16486089. OLE color: 16486089.

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

Color convert

RGB 201 142 251 -
CMYK 0.20 0.43 0 0.02
HSL 272.48º 0.93% 0.77% -
HSV(B) 272.48º 0.43% 0.98% -
XYZ 51.17 38.73 96.05 -
YUV 172.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 201 142 251 0.20 0.43 0 0.02 272.48 0.93 0.77
Hex C9 8E FB 14 2B 0 2 110 5D 4D
Octal 311 216 373 24 53 0 2 420 135 115
Binary 11001001 10001110 11111011 10100 101011 0 10 100010000 1011101 1001101

Color Harmonies of #C98EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EFB

Black with #C98EFB

Text Example


Text Example

White with #C98EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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