Html Css Color HEX #C290DD Wisteria

📋 copy color: '#C290DD'

red 194 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #C290DD

Tints of Wisteria #C290DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 34.7%
G = 25.76%
B = 39.53%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C290DD (or 0xC290DD) is known color: Wisteria. HEX triplet: C2, 90 and DD. RGB value is (194,144,221). Sum of RGB (Red+Green+Blue) = 194+144+221=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C290DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290DD is #3D6F22. Grayscale: #A7A7A7. Windows color (decimal): -4026147 or 14520514. OLE color: 14520514.

HSL color Cylindrical-coordinate representation of color #C290DD: hue angle of 278.96º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C290DD is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 144 221 -
CMYK 0.12 0.35 0 0.13
HSL 278.96º 0.53% 0.72% -
HSV(B) 278.96º 0.35% 0.87% -
XYZ 45.27 36.64 73.09 -
YUV 167.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 194 144 221 0.12 0.35 0 0.13 278.96 0.53 0.72
Hex C2 90 DD C 23 0 D 117 35 48
Octal 302 220 335 14 43 0 15 427 65 110
Binary 11000010 10010000 11011101 1100 100011 0 1101 100010111 110101 1001000

Color Harmonies of #C290DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290DD

Black with #C290DD

Text Example


Text Example

White with #C290DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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