Html Css Color HEX #C390FB Wisteria

📋 copy color: '#C390FB'

red 195 ◦ green 144 ◦ blue 251

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

Shades of Wisteria #C390FB

Tints of Wisteria #C390FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 33.05%
G = 24.41%
B = 42.54%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C390FB (or 0xC390FB) is known color: Wisteria. HEX triplet: C3, 90 and FB. RGB value is (195,144,251). Sum of RGB (Red+Green+Blue) = 195+144+251=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #C390FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390FB is #3C6F04. Grayscale: #ABABAB. Windows color (decimal): -3960581 or 16486595. OLE color: 16486595.

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

Color convert

RGB 195 144 251 -
CMYK 0.22 0.43 0 0.02
HSL 268.6º 0.93% 0.77% -
HSV(B) 268.6º 0.43% 0.98% -
XYZ 49.89 38.51 96.07 -
YUV 171.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 195 144 251 0.22 0.43 0 0.02 268.6 0.93 0.77
Hex C3 90 FB 16 2B 0 2 10D 5D 4D
Octal 303 220 373 26 53 0 2 415 135 115
Binary 11000011 10010000 11111011 10110 101011 0 10 100001101 1011101 1001101

Color Harmonies of #C390FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390FB

Black with #C390FB

Text Example


Text Example

White with #C390FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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