Html Css Color HEX #C391ED Wisteria

📋 copy color: '#C391ED'

red 195 ◦ green 145 ◦ blue 237

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

Shades of Wisteria #C391ED

Tints of Wisteria #C391ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 33.8%
G = 25.13%
B = 41.07%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C391ED (or 0xC391ED) is known color: Wisteria. HEX triplet: C3, 91 and ED. RGB value is (195,145,237). Sum of RGB (Red+Green+Blue) = 195+145+237=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C391ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C391ED is #3C6E12. Grayscale: #AAAAAA. Windows color (decimal): -3960339 or 15569347. OLE color: 15569347.

HSL color Cylindrical-coordinate representation of color #C391ED: hue angle of 272.61º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C391ED is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 145 237 -
CMYK 0.18 0.39 0 0.07
HSL 272.61º 0.72% 0.75% -
HSV(B) 272.61º 0.39% 0.93% -
XYZ 47.92 37.97 84.92 -
YUV 170.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 195 145 237 0.18 0.39 0 0.07 272.61 0.72 0.75
Hex C3 91 ED 12 27 0 7 111 48 4B
Octal 303 221 355 22 47 0 7 421 110 113
Binary 11000011 10010001 11101101 10010 100111 0 111 100010001 1001000 1001011

Color Harmonies of #C391ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391ED

Black with #C391ED

Text Example


Text Example

White with #C391ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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