Html Css Color HEX #C390FF Wisteria

📋 copy color: '#C390FF'

red 195 ◦ green 144 ◦ blue 255

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

Shades of Wisteria #C390FF

Tints of Wisteria #C390FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.93%

R = 32.83%
G = 24.24%
B = 42.93%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C390FF (or 0xC390FF) is known color: Wisteria. HEX triplet: C3, 90 and FF. RGB value is (195,144,255). Sum of RGB (Red+Green+Blue) = 195+144+255=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C390FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390FF is #3C6F00. Grayscale: #ABABAB. Windows color (decimal): -3960577 or 16748739. OLE color: 16748739.

HSL color Cylindrical-coordinate representation of color #C390FF: hue angle of 267.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C390FF is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 144 255 -
CMYK 0.24 0.44 0 0
HSL 267.57º 1% 0.78% -
HSV(B) 267.57º 0.44% 1% -
XYZ 50.53 38.77 99.43 -
YUV 171.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 195 144 255 0.24 0.44 0 0 267.57 1 0.78
Hex C3 90 FF 18 2C 0 0 10C 64 4E
Octal 303 220 377 30 54 0 0 414 144 116
Binary 11000011 10010000 11111111 11000 101100 0 0 100001100 1100100 1001110

Color Harmonies of #C390FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390FF

Black with #C390FF

Text Example


Text Example

White with #C390FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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