Html Css Color HEX #C290F9 Wisteria

📋 copy color: '#C290F9'

red 194 ◦ green 144 ◦ blue 249

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

Shades of Wisteria #C290F9

Tints of Wisteria #C290F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.42%

R = 33.05%
G = 24.53%
B = 42.42%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C290F9 (or 0xC290F9) is known color: Wisteria. HEX triplet: C2, 90 and F9. RGB value is (194,144,249). Sum of RGB (Red+Green+Blue) = 194+144+249=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #C290F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290F9 is #3D6F06. Grayscale: #AAAAAA. Windows color (decimal): -4026119 or 16355522. OLE color: 16355522.

HSL color Cylindrical-coordinate representation of color #C290F9: hue angle of 268.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C290F9 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 144 249 -
CMYK 0.22 0.42 0 0.02
HSL 268.57º 0.9% 0.77% -
HSV(B) 268.57º 0.42% 0.98% -
XYZ 49.32 38.26 94.41 -
YUV 170.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 194 144 249 0.22 0.42 0 0.02 268.57 0.9 0.77
Hex C2 90 F9 16 2A 0 2 10D 5A 4D
Octal 302 220 371 26 52 0 2 415 132 115
Binary 11000010 10010000 11111001 10110 101010 0 10 100001101 1011010 1001101

Color Harmonies of #C290F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290F9

Black with #C290F9

Text Example


Text Example

White with #C290F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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