Html Css Color HEX #C590FC Wisteria

📋 copy color: '#C590FC'

red 197 ◦ green 144 ◦ blue 252

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

Shades of Wisteria #C590FC

Tints of Wisteria #C590FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 33.22%
G = 24.28%
B = 42.5%

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

#C590FC (or 0xC590FC) is known color: Wisteria. HEX triplet: C5, 90 and FC. RGB value is (197,144,252). Sum of RGB (Red+Green+Blue) = 197+144+252=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #C590FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590FC is #3A6F03. Grayscale: #ABABAB. Windows color (decimal): -3829508 or 16552133. OLE color: 16552133.

HSL color Cylindrical-coordinate representation of color #C590FC: hue angle of 269.44º degrees, saturation: 0.95, 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 #C590FC is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 144 252 -
CMYK 0.22 0.43 0 0.01
HSL 269.44º 0.95% 0.78% -
HSV(B) 269.44º 0.43% 0.99% -
XYZ 50.57 38.85 96.93 -
YUV 172.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 197 144 252 0.22 0.43 0 0.01 269.44 0.95 0.78
Hex C5 90 FC 16 2B 0 1 10D 5F 4E
Octal 305 220 374 26 53 0 1 415 137 116
Binary 11000101 10010000 11111100 10110 101011 0 1 100001101 1011111 1001110

Color Harmonies of #C590FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C590FC

Black with #C590FC

Text Example


Text Example

White with #C590FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C590FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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