Html Css Color HEX #C390E1 Wisteria

📋 copy color: '#C390E1'

red 195 ◦ green 144 ◦ blue 225

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

Shades of Wisteria #C390E1

Tints of Wisteria #C390E1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.53%

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 34.57%
G = 25.53%
B = 39.89%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C390E1 (or 0xC390E1) is known color: Wisteria. HEX triplet: C3, 90 and E1. RGB value is (195,144,225). Sum of RGB (Red+Green+Blue) = 195+144+225=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #C390E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390E1 is #3C6F1E. Grayscale: #A8A8A8. Windows color (decimal): -3960607 or 14782659. OLE color: 14782659.

HSL color Cylindrical-coordinate representation of color #C390E1: hue angle of 277.78º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C390E1 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 144 225 -
CMYK 0.13 0.36 0 0.12
HSL 277.78º 0.57% 0.72% -
HSV(B) 277.78º 0.36% 0.88% -
XYZ 46.07 36.98 75.94 -
YUV 168.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 195 144 225 0.13 0.36 0 0.12 277.78 0.57 0.72
Hex C3 90 E1 D 24 0 C 116 39 48
Octal 303 220 341 15 44 0 14 426 71 110
Binary 11000011 10010000 11100001 1101 100100 0 1100 100010110 111001 1001000

Color Harmonies of #C390E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390E1

Black with #C390E1

Text Example


Text Example

White with #C390E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390E1; }

 p { color: rgb(195,144,225); }

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

background-color css

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

 a { background-color: rgb(195,144,225); }

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

border-color css

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

 span { border-color: rgb(195,144,225); }

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