Html Css Color HEX #C98FE8 Wisteria

📋 copy color: '#C98FE8'

red 201 ◦ green 143 ◦ blue 232

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

Shades of Wisteria #C98FE8

Tints of Wisteria #C98FE8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.83%

 BLUE value IS 232 (91.02% from 255) = 40.28%

R = 34.9%
G = 24.83%
B = 40.28%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C98FE8 (or 0xC98FE8) is known color: Wisteria. HEX triplet: C9, 8F and E8. RGB value is (201,143,232). Sum of RGB (Red+Green+Blue) = 201+143+232=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #C98FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FE8 is #367017. Grayscale: #AAAAAA. Windows color (decimal): -3567640 or 15241161. OLE color: 15241161.

HSL color Cylindrical-coordinate representation of color #C98FE8: hue angle of 279.1º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C98FE8 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 143 232 -
CMYK 0.13 0.38 0 0.09
HSL 279.1º 0.66% 0.74% -
HSV(B) 279.1º 0.38% 0.91% -
XYZ 48.48 37.89 81.1 -
YUV 170.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 201 143 232 0.13 0.38 0 0.09 279.1 0.66 0.74
Hex C9 8F E8 D 26 0 9 117 42 4A
Octal 311 217 350 15 46 0 11 427 102 112
Binary 11001001 10001111 11101000 1101 100110 0 1001 100010111 1000010 1001010

Color Harmonies of #C98FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FE8

Black with #C98FE8

Text Example


Text Example

White with #C98FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FE8; }

 p { color: rgb(201,143,232); }

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

background-color css

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

 a { background-color: rgb(201,143,232); }

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

border-color css

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

 span { border-color: rgb(201,143,232); }

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