Html Css Color HEX #C493DD Wisteria

📋 copy color: '#C493DD'

red 196 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #C493DD

Tints of Wisteria #C493DD

RGB

 RED value IS 196 (76.95% from 255) = 34.75%

 GREEN value IS 147 (57.81% from 255) = 26.06%

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

R = 34.75%
G = 26.06%
B = 39.18%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C493DD (or 0xC493DD) is known color: Wisteria. HEX triplet: C4, 93 and DD. RGB value is (196,147,221). Sum of RGB (Red+Green+Blue) = 196+147+221=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C493DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493DD is #3B6C22. Grayscale: #A9A9A9. Windows color (decimal): -3894307 or 14521284. OLE color: 14521284.

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

Color convert

RGB 196 147 221 -
CMYK 0.11 0.33 0 0.13
HSL 279.73º 0.52% 0.72% -
HSV(B) 279.73º 0.33% 0.87% -
XYZ 46.25 37.82 73.27 -
YUV 170.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 196 147 221 0.11 0.33 0 0.13 279.73 0.52 0.72
Hex C4 93 DD B 21 0 D 118 34 48
Octal 304 223 335 13 41 0 15 430 64 110
Binary 11000100 10010011 11011101 1011 100001 0 1101 100011000 110100 1001000

Color Harmonies of #C493DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493DD

Black with #C493DD

Text Example


Text Example

White with #C493DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493DD; }

 p { color: rgb(196,147,221); }

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

background-color css

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

 a { background-color: rgb(196,147,221); }

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

border-color css

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

 span { border-color: rgb(196,147,221); }

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