Html Css Color HEX #C390EB Wisteria

📋 copy color: '#C390EB'

red 195 ◦ green 144 ◦ blue 235

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

Shades of Wisteria #C390EB

Tints of Wisteria #C390EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 33.97%
G = 25.09%
B = 40.94%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C390EB (or 0xC390EB) is known color: Wisteria. HEX triplet: C3, 90 and EB. RGB value is (195,144,235). Sum of RGB (Red+Green+Blue) = 195+144+235=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #C390EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390EB is #3C6F14. Grayscale: #A9A9A9. Windows color (decimal): -3960597 or 15438019. OLE color: 15438019.

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

Color convert

RGB 195 144 235 -
CMYK 0.17 0.39 0 0.08
HSL 273.63º 0.69% 0.74% -
HSV(B) 273.63º 0.39% 0.92% -
XYZ 47.47 37.55 83.34 -
YUV 169.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 195 144 235 0.17 0.39 0 0.08 273.63 0.69 0.74
Hex C3 90 EB 11 27 0 8 112 45 4A
Octal 303 220 353 21 47 0 10 422 105 112
Binary 11000011 10010000 11101011 10001 100111 0 1000 100010010 1000101 1001010

Color Harmonies of #C390EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390EB

Black with #C390EB

Text Example


Text Example

White with #C390EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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