Html Css Color HEX #C290DC Wisteria

📋 copy color: '#C290DC'

red 194 ◦ green 144 ◦ blue 220

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

Shades of Wisteria #C290DC

Tints of Wisteria #C290DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 34.77%
G = 25.81%
B = 39.43%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C290DC (or 0xC290DC) is known color: Wisteria. HEX triplet: C2, 90 and DC. RGB value is (194,144,220). Sum of RGB (Red+Green+Blue) = 194+144+220=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #C290DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290DC is #3D6F23. Grayscale: #A7A7A7. Windows color (decimal): -4026148 or 14454978. OLE color: 14454978.

HSL color Cylindrical-coordinate representation of color #C290DC: hue angle of 279.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C290DC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 144 220 -
CMYK 0.12 0.35 0 0.14
HSL 279.47º 0.52% 0.71% -
HSV(B) 279.47º 0.35% 0.86% -
XYZ 45.14 36.58 72.39 -
YUV 167.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 194 144 220 0.12 0.35 0 0.14 279.47 0.52 0.71
Hex C2 90 DC C 23 0 E 117 34 47
Octal 302 220 334 14 43 0 16 427 64 107
Binary 11000010 10010000 11011100 1100 100011 0 1110 100010111 110100 1000111

Color Harmonies of #C290DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290DC

Black with #C290DC

Text Example


Text Example

White with #C290DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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