Html Css Color HEX #C98ADB Wisteria

📋 copy color: '#C98ADB'

red 201 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #C98ADB

Tints of Wisteria #C98ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.73%

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

R = 36.02%
G = 24.73%
B = 39.25%

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

#C98ADB (or 0xC98ADB) is known color: Wisteria. HEX triplet: C9, 8A and DB. RGB value is (201,138,219). Sum of RGB (Red+Green+Blue) = 201+138+219=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #C98ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ADB is #367524. Grayscale: #A5A5A5. Windows color (decimal): -3568933 or 14387913. OLE color: 14387913.

HSL color Cylindrical-coordinate representation of color #C98ADB: hue angle of 286.67º 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 #C98ADB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 138 219 -
CMYK 0.08 0.37 0 0.14
HSL 286.67º 0.53% 0.7% -
HSV(B) 286.67º 0.37% 0.86% -
XYZ 45.96 35.71 71.49 -
YUV 166.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 201 138 219 0.08 0.37 0 0.14 286.67 0.53 0.7
Hex C9 8A DB 8 25 0 E 11F 35 46
Octal 311 212 333 10 45 0 16 437 65 106
Binary 11001001 10001010 11011011 1000 100101 0 1110 100011111 110101 1000110

Color Harmonies of #C98ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98ADB

Black with #C98ADB

Text Example


Text Example

White with #C98ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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