Html Css Color HEX #C98BD8 Wisteria

📋 copy color: '#C98BD8'

red 201 ◦ green 139 ◦ blue 216

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

Shades of Wisteria #C98BD8

Tints of Wisteria #C98BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 36.15%
G = 25%
B = 38.85%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C98BD8 (or 0xC98BD8) is known color: Wisteria. HEX triplet: C9, 8B and D8. RGB value is (201,139,216). Sum of RGB (Red+Green+Blue) = 201+139+216=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #C98BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BD8 is #367427. Grayscale: #A6A6A6. Windows color (decimal): -3568680 or 14191561. OLE color: 14191561.

HSL color Cylindrical-coordinate representation of color #C98BD8: hue angle of 288.31º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98BD8 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 139 216 -
CMYK 0.07 0.36 0 0.15
HSL 288.31º 0.5% 0.7% -
HSV(B) 288.31º 0.36% 0.85% -
XYZ 45.71 35.84 69.47 -
YUV 166.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 201 139 216 0.07 0.36 0 0.15 288.31 0.5 0.7
Hex C9 8B D8 7 24 0 F 120 32 46
Octal 311 213 330 7 44 0 17 440 62 106
Binary 11001001 10001011 11011000 111 100100 0 1111 100100000 110010 1000110

Color Harmonies of #C98BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BD8

Black with #C98BD8

Text Example


Text Example

White with #C98BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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