Html Css Color HEX #C99ADB Wisteria

📋 copy color: '#C99ADB'

red 201 ◦ green 154 ◦ blue 219

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

Shades of Wisteria #C99ADB

Tints of Wisteria #C99ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.83%

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

R = 35.02%
G = 26.83%
B = 38.15%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C99ADB (or 0xC99ADB) is known color: Wisteria. HEX triplet: C9, 9A and DB. RGB value is (201,154,219). Sum of RGB (Red+Green+Blue) = 201+154+219=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #C99ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADB is #366524. Grayscale: #AFAFAF. Windows color (decimal): -3564837 or 14392009. OLE color: 14392009.

HSL color Cylindrical-coordinate representation of color #C99ADB: hue angle of 283.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99ADB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 154 219 -
CMYK 0.08 0.30 0 0.14
HSL 283.38º 0.47% 0.73% -
HSV(B) 283.38º 0.3% 0.86% -
XYZ 48.43 40.64 72.31 -
YUV 175.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 201 154 219 0.08 0.30 0 0.14 283.38 0.47 0.73
Hex C9 9A DB 8 1E 0 E 11B 2F 49
Octal 311 232 333 10 36 0 16 433 57 111
Binary 11001001 10011010 11011011 1000 11110 0 1110 100011011 101111 1001001

Color Harmonies of #C99ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99ADB

Black with #C99ADB

Text Example


Text Example

White with #C99ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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