Html Css Color HEX #C290EA Wisteria

📋 copy color: '#C290EA'

red 194 ◦ green 144 ◦ blue 234

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

Shades of Wisteria #C290EA

Tints of Wisteria #C290EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 33.92%
G = 25.17%
B = 40.91%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C290EA (or 0xC290EA) is known color: Wisteria. HEX triplet: C2, 90 and EA. RGB value is (194,144,234). Sum of RGB (Red+Green+Blue) = 194+144+234=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C290EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290EA is #3D6F15. Grayscale: #A8A8A8. Windows color (decimal): -4026134 or 15372482. OLE color: 15372482.

HSL color Cylindrical-coordinate representation of color #C290EA: hue angle of 273.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C290EA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 144 234 -
CMYK 0.17 0.38 0 0.08
HSL 273.33º 0.68% 0.74% -
HSV(B) 273.33º 0.38% 0.92% -
XYZ 47.07 37.36 82.57 -
YUV 169.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 194 144 234 0.17 0.38 0 0.08 273.33 0.68 0.74
Hex C2 90 EA 11 26 0 8 111 44 4A
Octal 302 220 352 21 46 0 10 421 104 112
Binary 11000010 10010000 11101010 10001 100110 0 1000 100010001 1000100 1001010

Color Harmonies of #C290EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290EA

Black with #C290EA

Text Example


Text Example

White with #C290EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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