Html Css Color HEX #C390EA Wisteria

📋 copy color: '#C390EA'

red 195 ◦ green 144 ◦ blue 234

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

Shades of Wisteria #C390EA

Tints of Wisteria #C390EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 34.03%
G = 25.13%
B = 40.84%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C390EA (or 0xC390EA) is known color: Wisteria. HEX triplet: C3, 90 and EA. RGB value is (195,144,234). Sum of RGB (Red+Green+Blue) = 195+144+234=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C390EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390EA is #3C6F15. Grayscale: #A9A9A9. Windows color (decimal): -3960598 or 15372483. OLE color: 15372483.

HSL color Cylindrical-coordinate representation of color #C390EA: hue angle of 274º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C390EA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 144 234 -
CMYK 0.17 0.38 0 0.08
HSL 274º 0.68% 0.74% -
HSV(B) 274º 0.38% 0.92% -
XYZ 47.33 37.49 82.58 -
YUV 169.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 195 144 234 0.17 0.38 0 0.08 274 0.68 0.74
Hex C3 90 EA 11 26 0 8 112 44 4A
Octal 303 220 352 21 46 0 10 422 104 112
Binary 11000011 10010000 11101010 10001 100110 0 1000 100010010 1000100 1001010

Color Harmonies of #C390EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390EA

Black with #C390EA

Text Example


Text Example

White with #C390EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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