Html Css Color HEX #C99DDB Wisteria

📋 copy color: '#C99DDB'

red 201 ◦ green 157 ◦ blue 219

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

Shades of Wisteria #C99DDB

Tints of Wisteria #C99DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.21%

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

R = 34.84%
G = 27.21%
B = 37.95%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C99DDB (or 0xC99DDB) is known color: Wisteria. HEX triplet: C9, 9D and DB. RGB value is (201,157,219). Sum of RGB (Red+Green+Blue) = 201+157+219=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #C99DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DDB is #366224. Grayscale: #B1B1B1. Windows color (decimal): -3564069 or 14392777. OLE color: 14392777.

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

Color convert

RGB 201 157 219 -
CMYK 0.08 0.28 0 0.14
HSL 282.58º 0.46% 0.74% -
HSV(B) 282.58º 0.28% 0.86% -
XYZ 48.93 41.65 72.48 -
YUV 177.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 201 157 219 0.08 0.28 0 0.14 282.58 0.46 0.74
Hex C9 9D DB 8 1C 0 E 11B 2E 4A
Octal 311 235 333 10 34 0 16 433 56 112
Binary 11001001 10011101 11011011 1000 11100 0 1110 100011011 101110 1001010

Color Harmonies of #C99DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DDB

Black with #C99DDB

Text Example


Text Example

White with #C99DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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