Html Css Color HEX #C290F8 Wisteria

📋 copy color: '#C290F8'

red 194 ◦ green 144 ◦ blue 248

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

Shades of Wisteria #C290F8

Tints of Wisteria #C290F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 33.11%
G = 24.57%
B = 42.32%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C290F8 (or 0xC290F8) is known color: Wisteria. HEX triplet: C2, 90 and F8. RGB value is (194,144,248). Sum of RGB (Red+Green+Blue) = 194+144+248=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #C290F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290F8 is #3D6F07. Grayscale: #AAAAAA. Windows color (decimal): -4026120 or 16289986. OLE color: 16289986.

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

Color convert

RGB 194 144 248 -
CMYK 0.22 0.42 0 0.03
HSL 268.85º 0.88% 0.77% -
HSV(B) 268.85º 0.42% 0.97% -
XYZ 49.16 38.19 93.59 -
YUV 170.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 194 144 248 0.22 0.42 0 0.03 268.85 0.88 0.77
Hex C2 90 F8 16 2A 0 3 10D 58 4D
Octal 302 220 370 26 52 0 3 415 130 115
Binary 11000010 10010000 11111000 10110 101010 0 11 100001101 1011000 1001101

Color Harmonies of #C290F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290F8

Black with #C290F8

Text Example


Text Example

White with #C290F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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