Html Css Color HEX #C290DA Wisteria

📋 copy color: '#C290DA'

red 194 ◦ green 144 ◦ blue 218

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

Shades of Wisteria #C290DA

Tints of Wisteria #C290DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 34.89%
G = 25.9%
B = 39.21%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C290DA (or 0xC290DA) is known color: Wisteria. HEX triplet: C2, 90 and DA. RGB value is (194,144,218). Sum of RGB (Red+Green+Blue) = 194+144+218=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #C290DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290DA is #3D6F25. Grayscale: #A7A7A7. Windows color (decimal): -4026150 or 14323906. OLE color: 14323906.

HSL color Cylindrical-coordinate representation of color #C290DA: hue angle of 280.54º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C290DA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 144 218 -
CMYK 0.11 0.34 0 0.15
HSL 280.54º 0.5% 0.71% -
HSV(B) 280.54º 0.34% 0.85% -
XYZ 44.88 36.48 71.01 -
YUV 167.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 194 144 218 0.11 0.34 0 0.15 280.54 0.5 0.71
Hex C2 90 DA B 22 0 F 119 32 47
Octal 302 220 332 13 42 0 17 431 62 107
Binary 11000010 10010000 11011010 1011 100010 0 1111 100011001 110010 1000111

Color Harmonies of #C290DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290DA

Black with #C290DA

Text Example


Text Example

White with #C290DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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