Html Css Color HEX #C090DC Wisteria

📋 copy color: '#C090DC'

red 192 ◦ green 144 ◦ blue 220

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

Shades of Wisteria #C090DC

Tints of Wisteria #C090DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.9%

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

R = 34.53%
G = 25.9%
B = 39.57%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C090DC (or 0xC090DC) is known color: Wisteria. HEX triplet: C0, 90 and DC. RGB value is (192,144,220). Sum of RGB (Red+Green+Blue) = 192+144+220=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C090DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090DC is #3F6F23. Grayscale: #A6A6A6. Windows color (decimal): -4157220 or 14454976. OLE color: 14454976.

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

Color convert

RGB 192 144 220 -
CMYK 0.13 0.35 0 0.14
HSL 277.89º 0.52% 0.71% -
HSV(B) 277.89º 0.35% 0.86% -
XYZ 44.63 36.32 72.37 -
YUV 167.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 192 144 220 0.13 0.35 0 0.14 277.89 0.52 0.71
Hex C0 90 DC D 23 0 E 116 34 47
Octal 300 220 334 15 43 0 16 426 64 107
Binary 11000000 10010000 11011100 1101 100011 0 1110 100010110 110100 1000111

Color Harmonies of #C090DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090DC

Black with #C090DC

Text Example


Text Example

White with #C090DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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