Html Css Color HEX #C392F1 Wisteria

📋 copy color: '#C392F1'

red 195 ◦ green 146 ◦ blue 241

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

Shades of Wisteria #C392F1

Tints of Wisteria #C392F1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.09%

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 33.51%
G = 25.09%
B = 41.41%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C392F1 (or 0xC392F1) is known color: Wisteria. HEX triplet: C3, 92 and F1. RGB value is (195,146,241). Sum of RGB (Red+Green+Blue) = 195+146+241=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #C392F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392F1 is #3C6D0E. Grayscale: #ABABAB. Windows color (decimal): -3960079 or 15831747. OLE color: 15831747.

HSL color Cylindrical-coordinate representation of color #C392F1: hue angle of 270.95º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C392F1 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 146 241 -
CMYK 0.19 0.39 0 0.05
HSL 270.95º 0.77% 0.76% -
HSV(B) 270.95º 0.39% 0.95% -
XYZ 48.66 38.51 88.09 -
YUV 171.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 195 146 241 0.19 0.39 0 0.05 270.95 0.77 0.76
Hex C3 92 F1 13 27 0 5 10F 4D 4C
Octal 303 222 361 23 47 0 5 417 115 114
Binary 11000011 10010010 11110001 10011 100111 0 101 100001111 1001101 1001100

Color Harmonies of #C392F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392F1

Black with #C392F1

Text Example


Text Example

White with #C392F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392F1; }

 p { color: rgb(195,146,241); }

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

background-color css

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

 a { background-color: rgb(195,146,241); }

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

border-color css

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

 span { border-color: rgb(195,146,241); }

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