Html Css Color HEX #C99BDB Wisteria

📋 copy color: '#C99BDB'

red 201 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #C99BDB

Tints of Wisteria #C99BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.96%

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

R = 34.96%
G = 26.96%
B = 38.09%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C99BDB (or 0xC99BDB) is known color: Wisteria. HEX triplet: C9, 9B and DB. RGB value is (201,155,219). Sum of RGB (Red+Green+Blue) = 201+155+219=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #C99BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BDB is #366424. Grayscale: #AFAFAF. Windows color (decimal): -3564581 or 14392265. OLE color: 14392265.

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

Color convert

RGB 201 155 219 -
CMYK 0.08 0.29 0 0.14
HSL 283.13º 0.47% 0.73% -
HSV(B) 283.13º 0.29% 0.86% -
XYZ 48.59 40.97 72.37 -
YUV 176.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 201 155 219 0.08 0.29 0 0.14 283.13 0.47 0.73
Hex C9 9B DB 8 1D 0 E 11B 2F 49
Octal 311 233 333 10 35 0 16 433 57 111
Binary 11001001 10011011 11011011 1000 11101 0 1110 100011011 101111 1001001

Color Harmonies of #C99BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BDB

Black with #C99BDB

Text Example


Text Example

White with #C99BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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