Html Css Color HEX #C98ED5 Wisteria

📋 copy color: '#C98ED5'

red 201 ◦ green 142 ◦ blue 213

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

Shades of Wisteria #C98ED5

Tints of Wisteria #C98ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.31%

R = 36.15%
G = 25.54%
B = 38.31%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C98ED5 (or 0xC98ED5) is known color: Wisteria. HEX triplet: C9, 8E and D5. RGB value is (201,142,213). Sum of RGB (Red+Green+Blue) = 201+142+213=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #C98ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ED5 is #36712A. Grayscale: #A7A7A7. Windows color (decimal): -3567915 or 13995721. OLE color: 13995721.

HSL color Cylindrical-coordinate representation of color #C98ED5: hue angle of 289.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98ED5 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 142 213 -
CMYK 0.06 0.33 0 0.16
HSL 289.86º 0.46% 0.7% -
HSV(B) 289.86º 0.33% 0.84% -
XYZ 45.77 36.57 67.6 -
YUV 167.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 201 142 213 0.06 0.33 0 0.16 289.86 0.46 0.7
Hex C9 8E D5 6 21 0 10 122 2E 46
Octal 311 216 325 6 41 0 20 442 56 106
Binary 11001001 10001110 11010101 110 100001 0 10000 100100010 101110 1000110

Color Harmonies of #C98ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98ED5

Black with #C98ED5

Text Example


Text Example

White with #C98ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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