Html Css Color HEX #C090D8 Wisteria

📋 copy color: '#C090D8'

red 192 ◦ green 144 ◦ blue 216

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

Shades of Wisteria #C090D8

Tints of Wisteria #C090D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.13%

R = 34.78%
G = 26.09%
B = 39.13%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C090D8 (or 0xC090D8) is known color: Wisteria. HEX triplet: C0, 90 and D8. RGB value is (192,144,216). Sum of RGB (Red+Green+Blue) = 192+144+216=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #C090D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090D8 is #3F6F27. Grayscale: #A6A6A6. Windows color (decimal): -4157224 or 14192832. OLE color: 14192832.

HSL color Cylindrical-coordinate representation of color #C090D8: hue angle of 280º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C090D8 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 144 216 -
CMYK 0.11 0.33 0 0.15
HSL 280º 0.48% 0.71% -
HSV(B) 280º 0.33% 0.85% -
XYZ 44.11 36.11 69.61 -
YUV 166.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 192 144 216 0.11 0.33 0 0.15 280 0.48 0.71
Hex C0 90 D8 B 21 0 F 118 30 47
Octal 300 220 330 13 41 0 17 430 60 107
Binary 11000000 10010000 11011000 1011 100001 0 1111 100011000 110000 1000111

Color Harmonies of #C090D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090D8

Black with #C090D8

Text Example


Text Example

White with #C090D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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