Html Css Color HEX #C390EC Wisteria

📋 copy color: '#C390EC'

red 195 ◦ green 144 ◦ blue 236

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

Shades of Wisteria #C390EC

Tints of Wisteria #C390EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 33.91%
G = 25.04%
B = 41.04%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C390EC (or 0xC390EC) is known color: Wisteria. HEX triplet: C3, 90 and EC. RGB value is (195,144,236). Sum of RGB (Red+Green+Blue) = 195+144+236=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C390EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390EC is #3C6F13. Grayscale: #A9A9A9. Windows color (decimal): -3960596 or 15503555. OLE color: 15503555.

HSL color Cylindrical-coordinate representation of color #C390EC: hue angle of 273.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C390EC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 144 236 -
CMYK 0.17 0.39 0 0.07
HSL 273.26º 0.71% 0.75% -
HSV(B) 273.26º 0.39% 0.93% -
XYZ 47.62 37.6 84.11 -
YUV 169.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 195 144 236 0.17 0.39 0 0.07 273.26 0.71 0.75
Hex C3 90 EC 11 27 0 7 111 47 4B
Octal 303 220 354 21 47 0 7 421 107 113
Binary 11000011 10010000 11101100 10001 100111 0 111 100010001 1000111 1001011

Color Harmonies of #C390EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390EC

Black with #C390EC

Text Example


Text Example

White with #C390EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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