Html Css Color HEX #C391FE Wisteria

📋 copy color: '#C391FE'

red 195 ◦ green 145 ◦ blue 254

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

Shades of Wisteria #C391FE

Tints of Wisteria #C391FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 32.83%
G = 24.41%
B = 42.76%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C391FE (or 0xC391FE) is known color: Wisteria. HEX triplet: C3, 91 and FE. RGB value is (195,145,254). Sum of RGB (Red+Green+Blue) = 195+145+254=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C391FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C391FE is #3C6E01. Grayscale: #ABABAB. Windows color (decimal): -3960322 or 16683459. OLE color: 16683459.

HSL color Cylindrical-coordinate representation of color #C391FE: hue angle of 267.52º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C391FE is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 145 254 -
CMYK 0.23 0.43 0 0.00
HSL 267.52º 0.98% 0.78% -
HSV(B) 267.52º 0.43% 1% -
XYZ 50.52 39.01 98.63 -
YUV 172.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 195 145 254 0.23 0.43 0 0.00 267.52 0.98 0.78
Hex C3 91 FE 17 2B 0 0 10C 62 4E
Octal 303 221 376 27 53 0 0 414 142 116
Binary 11000011 10010001 11111110 10111 101011 0 0 100001100 1100010 1001110

Color Harmonies of #C391FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391FE

Black with #C391FE

Text Example


Text Example

White with #C391FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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