Html Css Color HEX #C091E5 Wisteria

📋 copy color: '#C091E5'

red 192 ◦ green 145 ◦ blue 229

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

Shades of Wisteria #C091E5

Tints of Wisteria #C091E5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.62%

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

R = 33.92%
G = 25.62%
B = 40.46%

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

#C091E5 (or 0xC091E5) is known color: Wisteria. HEX triplet: C0, 91 and E5. RGB value is (192,145,229). Sum of RGB (Red+Green+Blue) = 192+145+229=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #C091E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091E5 is #3F6E1A. Grayscale: #A8A8A8. Windows color (decimal): -4156955 or 15045056. OLE color: 15045056.

HSL color Cylindrical-coordinate representation of color #C091E5: hue angle of 273.57º 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 #C091E5 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 145 229 -
CMYK 0.16 0.37 0 0.10
HSL 273.57º 0.62% 0.73% -
HSV(B) 273.57º 0.37% 0.9% -
XYZ 46.01 37.11 78.87 -
YUV 168.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 192 145 229 0.16 0.37 0 0.10 273.57 0.62 0.73
Hex C0 91 E5 10 25 0 A 112 3E 49
Octal 300 221 345 20 45 0 12 422 76 111
Binary 11000000 10010001 11100101 10000 100101 0 1010 100010010 111110 1001001

Color Harmonies of #C091E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091E5

Black with #C091E5

Text Example


Text Example

White with #C091E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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