Html Css Color HEX #C390FA Wisteria

📋 copy color: '#C390FA'

red 195 ◦ green 144 ◦ blue 250

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

Shades of Wisteria #C390FA

Tints of Wisteria #C390FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 33.11%
G = 24.45%
B = 42.44%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C390FA (or 0xC390FA) is known color: Wisteria. HEX triplet: C3, 90 and FA. RGB value is (195,144,250). Sum of RGB (Red+Green+Blue) = 195+144+250=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C390FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390FA is #3C6F05. Grayscale: #AAAAAA. Windows color (decimal): -3960582 or 16421059. OLE color: 16421059.

HSL color Cylindrical-coordinate representation of color #C390FA: hue angle of 268.87º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C390FA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 144 250 -
CMYK 0.22 0.42 0 0.02
HSL 268.87º 0.91% 0.77% -
HSV(B) 268.87º 0.42% 0.98% -
XYZ 49.73 38.45 95.24 -
YUV 171.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 195 144 250 0.22 0.42 0 0.02 268.87 0.91 0.77
Hex C3 90 FA 16 2A 0 2 10D 5B 4D
Octal 303 220 372 26 52 0 2 415 133 115
Binary 11000011 10010000 11111010 10110 101010 0 10 100001101 1011011 1001101

Color Harmonies of #C390FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390FA

Black with #C390FA

Text Example


Text Example

White with #C390FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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