Html Css Color HEX #C089DC Wisteria

📋 copy color: '#C089DC'

red 192 ◦ green 137 ◦ blue 220

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

Shades of Wisteria #C089DC

Tints of Wisteria #C089DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 34.97%
G = 24.95%
B = 40.07%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C089DC (or 0xC089DC) is known color: Wisteria. HEX triplet: C0, 89 and DC. RGB value is (192,137,220). Sum of RGB (Red+Green+Blue) = 192+137+220=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C089DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089DC is #3F7623. Grayscale: #A2A2A2. Windows color (decimal): -4159012 or 14453184. OLE color: 14453184.

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

Color convert

RGB 192 137 220 -
CMYK 0.13 0.38 0 0.14
HSL 279.76º 0.54% 0.7% -
HSV(B) 279.76º 0.38% 0.86% -
XYZ 43.6 34.27 72.03 -
YUV 162.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 192 137 220 0.13 0.38 0 0.14 279.76 0.54 0.7
Hex C0 89 DC D 26 0 E 118 36 46
Octal 300 211 334 15 46 0 16 430 66 106
Binary 11000000 10001001 11011100 1101 100110 0 1110 100011000 110110 1000110

Color Harmonies of #C089DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C089DC

Black with #C089DC

Text Example


Text Example

White with #C089DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C089DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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