Html Css Color HEX #C99CDB Wisteria

📋 copy color: '#C99CDB'

red 201 ◦ green 156 ◦ blue 219

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

Shades of Wisteria #C99CDB

Tints of Wisteria #C99CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.08%

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

R = 34.9%
G = 27.08%
B = 38.02%

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

#C99CDB (or 0xC99CDB) is known color: Wisteria. HEX triplet: C9, 9C and DB. RGB value is (201,156,219). Sum of RGB (Red+Green+Blue) = 201+156+219=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #C99CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CDB is #366324. Grayscale: #B0B0B0. Windows color (decimal): -3564325 or 14392521. OLE color: 14392521.

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

Color convert

RGB 201 156 219 -
CMYK 0.08 0.29 0 0.14
HSL 282.86º 0.47% 0.74% -
HSV(B) 282.86º 0.29% 0.86% -
XYZ 48.76 41.31 72.42 -
YUV 176.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 201 156 219 0.08 0.29 0 0.14 282.86 0.47 0.74
Hex C9 9C DB 8 1D 0 E 11B 2F 4A
Octal 311 234 333 10 35 0 16 433 57 112
Binary 11001001 10011100 11011011 1000 11101 0 1110 100011011 101111 1001010

Color Harmonies of #C99CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CDB

Black with #C99CDB

Text Example


Text Example

White with #C99CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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