Html Css Color HEX #C98BDB Wisteria

📋 copy color: '#C98BDB'

red 201 ◦ green 139 ◦ blue 219

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

Shades of Wisteria #C98BDB

Tints of Wisteria #C98BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 35.96%
G = 24.87%
B = 39.18%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C98BDB (or 0xC98BDB) is known color: Wisteria. HEX triplet: C9, 8B and DB. RGB value is (201,139,219). Sum of RGB (Red+Green+Blue) = 201+139+219=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C98BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BDB is #367424. Grayscale: #A6A6A6. Windows color (decimal): -3568677 or 14388169. OLE color: 14388169.

HSL color Cylindrical-coordinate representation of color #C98BDB: hue angle of 286.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98BDB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 139 219 -
CMYK 0.08 0.37 0 0.14
HSL 286.5º 0.53% 0.7% -
HSV(B) 286.5º 0.37% 0.86% -
XYZ 46.11 36 71.54 -
YUV 166.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 201 139 219 0.08 0.37 0 0.14 286.5 0.53 0.7
Hex C9 8B DB 8 25 0 E 11E 35 46
Octal 311 213 333 10 45 0 16 436 65 106
Binary 11001001 10001011 11011011 1000 100101 0 1110 100011110 110101 1000110

Color Harmonies of #C98BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BDB

Black with #C98BDB

Text Example


Text Example

White with #C98BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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