Html Css Color HEX #C391EA Wisteria

📋 copy color: '#C391EA'

red 195 ◦ green 145 ◦ blue 234

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

Shades of Wisteria #C391EA

Tints of Wisteria #C391EA

RGB

 RED value IS 195 (76.56% from 255) = 33.97%

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

 BLUE value IS 234 (91.8% from 255) = 40.77%

R = 33.97%
G = 25.26%
B = 40.77%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C391EA (or 0xC391EA) is known color: Wisteria. HEX triplet: C3, 91 and EA. RGB value is (195,145,234). Sum of RGB (Red+Green+Blue) = 195+145+234=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #C391EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C391EA is #3C6E15. Grayscale: #A9A9A9. Windows color (decimal): -3960342 or 15372739. OLE color: 15372739.

HSL color Cylindrical-coordinate representation of color #C391EA: hue angle of 273.71º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C391EA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 145 234 -
CMYK 0.17 0.38 0 0.08
HSL 273.71º 0.68% 0.74% -
HSV(B) 273.71º 0.38% 0.92% -
XYZ 47.48 37.79 82.63 -
YUV 170.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 195 145 234 0.17 0.38 0 0.08 273.71 0.68 0.74
Hex C3 91 EA 11 26 0 8 112 44 4A
Octal 303 221 352 21 46 0 10 422 104 112
Binary 11000011 10010001 11101010 10001 100110 0 1000 100010010 1000100 1001010

Color Harmonies of #C391EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391EA

Black with #C391EA

Text Example


Text Example

White with #C391EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391EA; }

 p { color: rgb(195,145,234); }

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

background-color css

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

 a { background-color: rgb(195,145,234); }

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

border-color css

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

 span { border-color: rgb(195,145,234); }

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