Html Css Color HEX #C290D8 Wisteria

📋 copy color: '#C290D8'

red 194 ◦ green 144 ◦ blue 216

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

Shades of Wisteria #C290D8

Tints of Wisteria #C290D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 35.02%
G = 25.99%
B = 38.99%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C290D8 (or 0xC290D8) is known color: Wisteria. HEX triplet: C2, 90 and D8. RGB value is (194,144,216). Sum of RGB (Red+Green+Blue) = 194+144+216=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #C290D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290D8 is #3D6F27. Grayscale: #A6A6A6. Windows color (decimal): -4026152 or 14192834. OLE color: 14192834.

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

Color convert

RGB 194 144 216 -
CMYK 0.10 0.33 0 0.15
HSL 281.67º 0.48% 0.71% -
HSV(B) 281.67º 0.33% 0.85% -
XYZ 44.62 36.37 69.64 -
YUV 167.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 194 144 216 0.10 0.33 0 0.15 281.67 0.48 0.71
Hex C2 90 D8 A 21 0 F 11A 30 47
Octal 302 220 330 12 41 0 17 432 60 107
Binary 11000010 10010000 11011000 1010 100001 0 1111 100011010 110000 1000111

Color Harmonies of #C290D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290D8

Black with #C290D8

Text Example


Text Example

White with #C290D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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