Html Css Color HEX #C390E2 Wisteria

📋 copy color: '#C390E2'

red 195 ◦ green 144 ◦ blue 226

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

Shades of Wisteria #C390E2

Tints of Wisteria #C390E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40%

R = 34.51%
G = 25.49%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C390E2 (or 0xC390E2) is known color: Wisteria. HEX triplet: C3, 90 and E2. RGB value is (195,144,226). Sum of RGB (Red+Green+Blue) = 195+144+226=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #C390E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390E2 is #3C6F1D. Grayscale: #A8A8A8. Windows color (decimal): -3960606 or 14848195. OLE color: 14848195.

HSL color Cylindrical-coordinate representation of color #C390E2: hue angle of 277.32º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C390E2 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 144 226 -
CMYK 0.14 0.36 0 0.11
HSL 277.32º 0.59% 0.73% -
HSV(B) 277.32º 0.36% 0.89% -
XYZ 46.21 37.04 76.67 -
YUV 168.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 195 144 226 0.14 0.36 0 0.11 277.32 0.59 0.73
Hex C3 90 E2 E 24 0 B 115 3B 49
Octal 303 220 342 16 44 0 13 425 73 111
Binary 11000011 10010000 11100010 1110 100100 0 1011 100010101 111011 1001001

Color Harmonies of #C390E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390E2

Black with #C390E2

Text Example


Text Example

White with #C390E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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