Html Css Color HEX #C891F1 Wisteria

📋 copy color: '#C891F1'

red 200 ◦ green 145 ◦ blue 241

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

Shades of Wisteria #C891F1

Tints of Wisteria #C891F1

RGB

 RED value IS 200 (78.52% from 255) = 34.13%

 GREEN value IS 145 (57.03% from 255) = 24.74%

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

R = 34.13%
G = 24.74%
B = 41.13%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C891F1 (or 0xC891F1) is known color: Wisteria. HEX triplet: C8, 91 and F1. RGB value is (200,145,241). Sum of RGB (Red+Green+Blue) = 200+145+241=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #C891F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C891F1 is #376E0E. Grayscale: #ACACAC. Windows color (decimal): -3632655 or 15831496. OLE color: 15831496.

HSL color Cylindrical-coordinate representation of color #C891F1: hue angle of 274.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C891F1 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 145 241 -
CMYK 0.17 0.40 0 0.05
HSL 274.38º 0.77% 0.76% -
HSV(B) 274.38º 0.4% 0.95% -
XYZ 49.82 38.88 88.1 -
YUV 172.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 200 145 241 0.17 0.40 0 0.05 274.38 0.77 0.76
Hex C8 91 F1 11 28 0 5 112 4D 4C
Octal 310 221 361 21 50 0 5 422 115 114
Binary 11001000 10010001 11110001 10001 101000 0 101 100010010 1001101 1001100

Color Harmonies of #C891F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C891F1

Black with #C891F1

Text Example


Text Example

White with #C891F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C891F1; }

 p { color: rgb(200,145,241); }

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

background-color css

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

 a { background-color: rgb(200,145,241); }

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

border-color css

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

 span { border-color: rgb(200,145,241); }

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