Html Css Color HEX #C290F1 Wisteria

📋 copy color: '#C290F1'

red 194 ◦ green 144 ◦ blue 241

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

Shades of Wisteria #C290F1

Tints of Wisteria #C290F1

RGB

 RED value IS 194 (76.17% from 255) = 33.51%

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

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

R = 33.51%
G = 24.87%
B = 41.62%

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

#C290F1 (or 0xC290F1) is known color: Wisteria. HEX triplet: C2, 90 and F1. RGB value is (194,144,241). Sum of RGB (Red+Green+Blue) = 194+144+241=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #C290F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290F1 is #3D6F0E. Grayscale: #A9A9A9. Windows color (decimal): -4026127 or 15831234. OLE color: 15831234.

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

Color convert

RGB 194 144 241 -
CMYK 0.20 0.40 0 0.05
HSL 270.93º 0.78% 0.75% -
HSV(B) 270.93º 0.4% 0.95% -
XYZ 48.1 37.77 87.97 -
YUV 170.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 194 144 241 0.20 0.40 0 0.05 270.93 0.78 0.75
Hex C2 90 F1 14 28 0 5 10F 4E 4B
Octal 302 220 361 24 50 0 5 417 116 113
Binary 11000010 10010000 11110001 10100 101000 0 101 100001111 1001110 1001011

Color Harmonies of #C290F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290F1

Black with #C290F1

Text Example


Text Example

White with #C290F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290F1; }

 p { color: rgb(194,144,241); }

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

background-color css

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

 a { background-color: rgb(194,144,241); }

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

border-color css

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

 span { border-color: rgb(194,144,241); }

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