Html Css Color HEX #C290EB Wisteria

📋 copy color: '#C290EB'

red 194 ◦ green 144 ◦ blue 235

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

Shades of Wisteria #C290EB

Tints of Wisteria #C290EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 33.86%
G = 25.13%
B = 41.01%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C290EB (or 0xC290EB) is known color: Wisteria. HEX triplet: C2, 90 and EB. RGB value is (194,144,235). Sum of RGB (Red+Green+Blue) = 194+144+235=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #C290EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290EB is #3D6F14. Grayscale: #A9A9A9. Windows color (decimal): -4026133 or 15438018. OLE color: 15438018.

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

Color convert

RGB 194 144 235 -
CMYK 0.17 0.39 0 0.08
HSL 272.97º 0.69% 0.74% -
HSV(B) 272.97º 0.39% 0.92% -
XYZ 47.22 37.41 83.33 -
YUV 169.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 194 144 235 0.17 0.39 0 0.08 272.97 0.69 0.74
Hex C2 90 EB 11 27 0 8 111 45 4A
Octal 302 220 353 21 47 0 10 421 105 112
Binary 11000010 10010000 11101011 10001 100111 0 1000 100010001 1000101 1001010

Color Harmonies of #C290EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290EB

Black with #C290EB

Text Example


Text Example

White with #C290EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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