Html Css Color HEX #C290E5 Wisteria

📋 copy color: '#C290E5'

red 194 ◦ green 144 ◦ blue 229

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

Shades of Wisteria #C290E5

Tints of Wisteria #C290E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.39%

R = 34.22%
G = 25.4%
B = 40.39%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C290E5 (or 0xC290E5) is known color: Wisteria. HEX triplet: C2, 90 and E5. RGB value is (194,144,229). Sum of RGB (Red+Green+Blue) = 194+144+229=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #C290E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290E5 is #3D6F1A. Grayscale: #A8A8A8. Windows color (decimal): -4026139 or 15044802. OLE color: 15044802.

HSL color Cylindrical-coordinate representation of color #C290E5: hue angle of 275.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C290E5 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 144 229 -
CMYK 0.15 0.37 0 0.10
HSL 275.29º 0.62% 0.73% -
HSV(B) 275.29º 0.37% 0.9% -
XYZ 46.36 37.07 78.84 -
YUV 168.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 194 144 229 0.15 0.37 0 0.10 275.29 0.62 0.73
Hex C2 90 E5 F 25 0 A 113 3E 49
Octal 302 220 345 17 45 0 12 423 76 111
Binary 11000010 10010000 11100101 1111 100101 0 1010 100010011 111110 1001001

Color Harmonies of #C290E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290E5

Black with #C290E5

Text Example


Text Example

White with #C290E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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