Html Css Color HEX #C099DB Wisteria

📋 copy color: '#C099DB'

red 192 ◦ green 153 ◦ blue 219

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

Shades of Wisteria #C099DB

Tints of Wisteria #C099DB

RGB

 RED value IS 192 (75.39% from 255) = 34.04%

 GREEN value IS 153 (60.16% from 255) = 27.13%

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

R = 34.04%
G = 27.13%
B = 38.83%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C099DB (or 0xC099DB) is known color: Wisteria. HEX triplet: C0, 99 and DB. RGB value is (192,153,219). Sum of RGB (Red+Green+Blue) = 192+153+219=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #C099DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099DB is #3F6624. Grayscale: #ABABAB. Windows color (decimal): -4154917 or 14391744. OLE color: 14391744.

HSL color Cylindrical-coordinate representation of color #C099DB: hue angle of 275.45º degrees, saturation: 0.48, 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 #C099DB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 153 219 -
CMYK 0.12 0.30 0 0.14
HSL 275.45º 0.48% 0.73% -
HSV(B) 275.45º 0.3% 0.86% -
XYZ 45.92 39.1 72.15 -
YUV 172.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 192 153 219 0.12 0.30 0 0.14 275.45 0.48 0.73
Hex C0 99 DB C 1E 0 E 113 30 49
Octal 300 231 333 14 36 0 16 423 60 111
Binary 11000000 10011001 11011011 1100 11110 0 1110 100010011 110000 1001001

Color Harmonies of #C099DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099DB

Black with #C099DB

Text Example


Text Example

White with #C099DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099DB; }

 p { color: rgb(192,153,219); }

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

background-color css

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

 a { background-color: rgb(192,153,219); }

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

border-color css

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

 span { border-color: rgb(192,153,219); }

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