Html Css Color HEX #C390ED Wisteria

📋 copy color: '#C390ED'

red 195 ◦ green 144 ◦ blue 237

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

Shades of Wisteria #C390ED

Tints of Wisteria #C390ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 33.85%
G = 25%
B = 41.15%

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

#C390ED (or 0xC390ED) is known color: Wisteria. HEX triplet: C3, 90 and ED. RGB value is (195,144,237). Sum of RGB (Red+Green+Blue) = 195+144+237=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #C390ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390ED is #3C6F12. Grayscale: #A9A9A9. Windows color (decimal): -3960595 or 15569091. OLE color: 15569091.

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

Color convert

RGB 195 144 237 -
CMYK 0.18 0.39 0 0.07
HSL 272.9º 0.72% 0.75% -
HSV(B) 272.9º 0.39% 0.93% -
XYZ 47.77 37.66 84.87 -
YUV 169.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 195 144 237 0.18 0.39 0 0.07 272.9 0.72 0.75
Hex C3 90 ED 12 27 0 7 111 48 4B
Octal 303 220 355 22 47 0 7 421 110 113
Binary 11000011 10010000 11101101 10010 100111 0 111 100010001 1001000 1001011

Color Harmonies of #C390ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390ED

Black with #C390ED

Text Example


Text Example

White with #C390ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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