Html Css Color HEX #C98CF9 Wisteria

📋 copy color: '#C98CF9'

red 201 ◦ green 140 ◦ blue 249

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

Shades of Wisteria #C98CF9

Tints of Wisteria #C98CF9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.73%

 BLUE value IS 249 (97.66% from 255) = 42.2%

R = 34.07%
G = 23.73%
B = 42.2%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C98CF9 (or 0xC98CF9) is known color: Wisteria. HEX triplet: C9, 8C and F9. RGB value is (201,140,249). Sum of RGB (Red+Green+Blue) = 201+140+249=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #C98CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CF9 is #367306. Grayscale: #AAAAAA. Windows color (decimal): -3568391 or 16354505. OLE color: 16354505.

HSL color Cylindrical-coordinate representation of color #C98CF9: hue angle of 273.58º degrees, saturation: 0.9, 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 #C98CF9 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 140 249 -
CMYK 0.19 0.44 0 0.02
HSL 273.58º 0.9% 0.76% -
HSV(B) 273.58º 0.44% 0.98% -
XYZ 50.56 38.01 94.29 -
YUV 170.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 201 140 249 0.19 0.44 0 0.02 273.58 0.9 0.76
Hex C9 8C F9 13 2C 0 2 112 5A 4C
Octal 311 214 371 23 54 0 2 422 132 114
Binary 11001001 10001100 11111001 10011 101100 0 10 100010010 1011010 1001100

Color Harmonies of #C98CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CF9

Black with #C98CF9

Text Example


Text Example

White with #C98CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CF9; }

 p { color: rgb(201,140,249); }

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

background-color css

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

 a { background-color: rgb(201,140,249); }

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

border-color css

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

 span { border-color: rgb(201,140,249); }

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