Html Css Color HEX #C090E5 Wisteria

📋 copy color: '#C090E5'

red 192 ◦ green 144 ◦ blue 229

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

Shades of Wisteria #C090E5

Tints of Wisteria #C090E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 33.98%
G = 25.49%
B = 40.53%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C090E5 (or 0xC090E5) is known color: Wisteria. HEX triplet: C0, 90 and E5. RGB value is (192,144,229). Sum of RGB (Red+Green+Blue) = 192+144+229=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #C090E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090E5 is #3F6F1A. Grayscale: #A7A7A7. Windows color (decimal): -4157211 or 15044800. OLE color: 15044800.

HSL color Cylindrical-coordinate representation of color #C090E5: hue angle of 273.88º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C090E5 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 144 229 -
CMYK 0.16 0.37 0 0.10
HSL 273.88º 0.62% 0.73% -
HSV(B) 273.88º 0.37% 0.9% -
XYZ 45.85 36.81 78.82 -
YUV 168.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 192 144 229 0.16 0.37 0 0.10 273.88 0.62 0.73
Hex C0 90 E5 10 25 0 A 112 3E 49
Octal 300 220 345 20 45 0 12 422 76 111
Binary 11000000 10010000 11100101 10000 100101 0 1010 100010010 111110 1001001

Color Harmonies of #C090E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090E5

Black with #C090E5

Text Example


Text Example

White with #C090E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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