Html Css Color HEX #C492D8 Wisteria

📋 copy color: '#C492D8'

red 196 ◦ green 146 ◦ blue 216

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

Shades of Wisteria #C492D8

Tints of Wisteria #C492D8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.16%

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

R = 35.13%
G = 26.16%
B = 38.71%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C492D8 (or 0xC492D8) is known color: Wisteria. HEX triplet: C4, 92 and D8. RGB value is (196,146,216). Sum of RGB (Red+Green+Blue) = 196+146+216=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #C492D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492D8 is #3B6D27. Grayscale: #A8A8A8. Windows color (decimal): -3894568 or 14193348. OLE color: 14193348.

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

Color convert

RGB 196 146 216 -
CMYK 0.09 0.32 0 0.15
HSL 282.86º 0.47% 0.71% -
HSV(B) 282.86º 0.32% 0.85% -
XYZ 45.44 37.25 69.76 -
YUV 168.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 196 146 216 0.09 0.32 0 0.15 282.86 0.47 0.71
Hex C4 92 D8 9 20 0 F 11B 2F 47
Octal 304 222 330 11 40 0 17 433 57 107
Binary 11000100 10010010 11011000 1001 100000 0 1111 100011011 101111 1000111

Color Harmonies of #C492D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492D8

Black with #C492D8

Text Example


Text Example

White with #C492D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492D8; }

 p { color: rgb(196,146,216); }

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

background-color css

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

 a { background-color: rgb(196,146,216); }

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

border-color css

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

 span { border-color: rgb(196,146,216); }

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