Html Css Color HEX #C391FC Wisteria

📋 copy color: '#C391FC'

red 195 ◦ green 145 ◦ blue 252

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

Shades of Wisteria #C391FC

Tints of Wisteria #C391FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 32.94%
G = 24.49%
B = 42.57%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C391FC (or 0xC391FC) is known color: Wisteria. HEX triplet: C3, 91 and FC. RGB value is (195,145,252). Sum of RGB (Red+Green+Blue) = 195+145+252=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #C391FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C391FC is #3C6E03. Grayscale: #ABABAB. Windows color (decimal): -3960324 or 16552387. OLE color: 16552387.

HSL color Cylindrical-coordinate representation of color #C391FC: hue angle of 268.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C391FC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 145 252 -
CMYK 0.23 0.42 0 0.01
HSL 268.04º 0.95% 0.78% -
HSV(B) 268.04º 0.42% 0.99% -
XYZ 50.2 38.88 96.95 -
YUV 172.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 195 145 252 0.23 0.42 0 0.01 268.04 0.95 0.78
Hex C3 91 FC 17 2A 0 1 10C 5F 4E
Octal 303 221 374 27 52 0 1 414 137 116
Binary 11000011 10010001 11111100 10111 101010 0 1 100001100 1011111 1001110

Color Harmonies of #C391FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391FC

Black with #C391FC

Text Example


Text Example

White with #C391FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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