Html Css Color HEX #C586F1 Wisteria

📋 copy color: '#C586F1'

red 197 ◦ green 134 ◦ blue 241

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

Shades of Wisteria #C586F1

Tints of Wisteria #C586F1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.43%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 34.44%
G = 23.43%
B = 42.13%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C586F1 (or 0xC586F1) is known color: Wisteria. HEX triplet: C5, 86 and F1. RGB value is (197,134,241). Sum of RGB (Red+Green+Blue) = 197+134+241=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #C586F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C586F1 is #3A790E. Grayscale: #A4A4A4. Windows color (decimal): -3832079 or 15828677. OLE color: 15828677.

HSL color Cylindrical-coordinate representation of color #C586F1: hue angle of 275.33º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C586F1 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 134 241 -
CMYK 0.18 0.44 0 0.05
HSL 275.33º 0.79% 0.74% -
HSV(B) 275.33º 0.44% 0.95% -
XYZ 47.43 35.27 87.53 -
YUV 165.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 197 134 241 0.18 0.44 0 0.05 275.33 0.79 0.74
Hex C5 86 F1 12 2C 0 5 113 4F 4A
Octal 305 206 361 22 54 0 5 423 117 112
Binary 11000101 10000110 11110001 10010 101100 0 101 100010011 1001111 1001010

Color Harmonies of #C586F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586F1

Black with #C586F1

Text Example


Text Example

White with #C586F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586F1; }

 p { color: rgb(197,134,241); }

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

background-color css

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

 a { background-color: rgb(197,134,241); }

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

border-color css

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

 span { border-color: rgb(197,134,241); }

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