Html Css Color HEX #C390EE Wisteria

📋 copy color: '#C390EE'

red 195 ◦ green 144 ◦ blue 238

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

Shades of Wisteria #C390EE

Tints of Wisteria #C390EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 33.8%
G = 24.96%
B = 41.25%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C390EE (or 0xC390EE) is known color: Wisteria. HEX triplet: C3, 90 and EE. RGB value is (195,144,238). Sum of RGB (Red+Green+Blue) = 195+144+238=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #C390EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390EE is #3C6F11. Grayscale: #A9A9A9. Windows color (decimal): -3960594 or 15634627. OLE color: 15634627.

HSL color Cylindrical-coordinate representation of color #C390EE: hue angle of 272.55º degrees, saturation: 0.73, 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 #C390EE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 144 238 -
CMYK 0.18 0.39 0 0.07
HSL 272.55º 0.73% 0.75% -
HSV(B) 272.55º 0.39% 0.93% -
XYZ 47.91 37.72 85.64 -
YUV 169.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 195 144 238 0.18 0.39 0 0.07 272.55 0.73 0.75
Hex C3 90 EE 12 27 0 7 111 49 4B
Octal 303 220 356 22 47 0 7 421 111 113
Binary 11000011 10010000 11101110 10010 100111 0 111 100010001 1001001 1001011

Color Harmonies of #C390EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390EE

Black with #C390EE

Text Example


Text Example

White with #C390EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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