Html Css Color HEX #C091F1 Wisteria

📋 copy color: '#C091F1'

red 192 ◦ green 145 ◦ blue 241

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

Shades of Wisteria #C091F1

Tints of Wisteria #C091F1

RGB

 RED value IS 192 (75.39% from 255) = 33.22%

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

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

R = 33.22%
G = 25.09%
B = 41.7%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C091F1 (or 0xC091F1) is known color: Wisteria. HEX triplet: C0, 91 and F1. RGB value is (192,145,241). Sum of RGB (Red+Green+Blue) = 192+145+241=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #C091F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C091F1 is #3F6E0E. Grayscale: #A9A9A9. Windows color (decimal): -4156943 or 15831488. OLE color: 15831488.

HSL color Cylindrical-coordinate representation of color #C091F1: hue angle of 269.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 #C091F1 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 145 241 -
CMYK 0.20 0.40 0 0.05
HSL 269.38º 0.77% 0.76% -
HSV(B) 269.38º 0.4% 0.95% -
XYZ 47.74 37.81 88 -
YUV 170 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 192 145 241 0.20 0.40 0 0.05 269.38 0.77 0.76
Hex C0 91 F1 14 28 0 5 10D 4D 4C
Octal 300 221 361 24 50 0 5 415 115 114
Binary 11000000 10010001 11110001 10100 101000 0 101 100001101 1001101 1001100

Color Harmonies of #C091F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091F1

Black with #C091F1

Text Example


Text Example

White with #C091F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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