Html Css Color HEX #C590FD Wisteria

📋 copy color: '#C590FD'

red 197 ◦ green 144 ◦ blue 253

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

Shades of Wisteria #C590FD

Tints of Wisteria #C590FD

RGB

 RED value IS 197 (77.34% from 255) = 33.16%

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

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 33.16%
G = 24.24%
B = 42.59%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C590FD (or 0xC590FD) is known color: Wisteria. HEX triplet: C5, 90 and FD. RGB value is (197,144,253). Sum of RGB (Red+Green+Blue) = 197+144+253=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #C590FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590FD is #3A6F02. Grayscale: #ABABAB. Windows color (decimal): -3829507 or 16617669. OLE color: 16617669.

HSL color Cylindrical-coordinate representation of color #C590FD: hue angle of 269.17º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C590FD is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 144 253 -
CMYK 0.22 0.43 0 0.01
HSL 269.17º 0.96% 0.78% -
HSV(B) 269.17º 0.43% 0.99% -
XYZ 50.73 38.91 97.76 -
YUV 172.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 197 144 253 0.22 0.43 0 0.01 269.17 0.96 0.78
Hex C5 90 FD 16 2B 0 1 10D 60 4E
Octal 305 220 375 26 53 0 1 415 140 116
Binary 11000101 10010000 11111101 10110 101011 0 1 100001101 1100000 1001110

Color Harmonies of #C590FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C590FD

Black with #C590FD

Text Example


Text Example

White with #C590FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C590FD; }

 p { color: rgb(197,144,253); }

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

background-color css

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

 a { background-color: rgb(197,144,253); }

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

border-color css

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

 span { border-color: rgb(197,144,253); }

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