Html Css Color HEX #C089DB Wisteria

📋 copy color: '#C089DB'

red 192 ◦ green 137 ◦ blue 219

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

Shades of Wisteria #C089DB

Tints of Wisteria #C089DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25%

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

R = 35.04%
G = 25%
B = 39.96%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C089DB (or 0xC089DB) is known color: Wisteria. HEX triplet: C0, 89 and DB. RGB value is (192,137,219). Sum of RGB (Red+Green+Blue) = 192+137+219=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #C089DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089DB is #3F7624. Grayscale: #A2A2A2. Windows color (decimal): -4159013 or 14387648. OLE color: 14387648.

HSL color Cylindrical-coordinate representation of color #C089DB: hue angle of 280.24º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C089DB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 137 219 -
CMYK 0.12 0.37 0 0.14
HSL 280.24º 0.53% 0.7% -
HSV(B) 280.24º 0.37% 0.86% -
XYZ 43.47 34.21 71.33 -
YUV 162.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 192 137 219 0.12 0.37 0 0.14 280.24 0.53 0.7
Hex C0 89 DB C 25 0 E 118 35 46
Octal 300 211 333 14 45 0 16 430 65 106
Binary 11000000 10001001 11011011 1100 100101 0 1110 100011000 110101 1000110

Color Harmonies of #C089DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C089DB

Black with #C089DB

Text Example


Text Example

White with #C089DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C089DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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