Html Css Color HEX #C290EC Wisteria

📋 copy color: '#C290EC'

red 194 ◦ green 144 ◦ blue 236

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

Shades of Wisteria #C290EC

Tints of Wisteria #C290EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 33.8%
G = 25.09%
B = 41.11%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C290EC (or 0xC290EC) is known color: Wisteria. HEX triplet: C2, 90 and EC. RGB value is (194,144,236). Sum of RGB (Red+Green+Blue) = 194+144+236=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #C290EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290EC is #3D6F13. Grayscale: #A9A9A9. Windows color (decimal): -4026132 or 15503554. OLE color: 15503554.

HSL color Cylindrical-coordinate representation of color #C290EC: hue angle of 272.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C290EC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 144 236 -
CMYK 0.18 0.39 0 0.07
HSL 272.61º 0.71% 0.75% -
HSV(B) 272.61º 0.39% 0.93% -
XYZ 47.36 37.47 84.09 -
YUV 169.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 194 144 236 0.18 0.39 0 0.07 272.61 0.71 0.75
Hex C2 90 EC 12 27 0 7 111 47 4B
Octal 302 220 354 22 47 0 7 421 107 113
Binary 11000010 10010000 11101100 10010 100111 0 111 100010001 1000111 1001011

Color Harmonies of #C290EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290EC

Black with #C290EC

Text Example


Text Example

White with #C290EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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