Html Css Color HEX #C492D5 Wisteria

📋 copy color: '#C492D5'

red 196 ◦ green 146 ◦ blue 213

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

Shades of Wisteria #C492D5

Tints of Wisteria #C492D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.38%

R = 35.32%
G = 26.31%
B = 38.38%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C492D5 (or 0xC492D5) is known color: Wisteria. HEX triplet: C4, 92 and D5. RGB value is (196,146,213). Sum of RGB (Red+Green+Blue) = 196+146+213=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #C492D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492D5 is #3B6D2A. Grayscale: #A8A8A8. Windows color (decimal): -3894571 or 13996740. OLE color: 13996740.

HSL color Cylindrical-coordinate representation of color #C492D5: hue angle of 284.78º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C492D5 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 146 213 -
CMYK 0.08 0.31 0 0.16
HSL 284.78º 0.44% 0.7% -
HSV(B) 284.78º 0.31% 0.84% -
XYZ 45.05 37.1 67.74 -
YUV 168.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 196 146 213 0.08 0.31 0 0.16 284.78 0.44 0.7
Hex C4 92 D5 8 1F 0 10 11D 2C 46
Octal 304 222 325 10 37 0 20 435 54 106
Binary 11000100 10010010 11010101 1000 11111 0 10000 100011101 101100 1000110

Color Harmonies of #C492D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492D5

Black with #C492D5

Text Example


Text Example

White with #C492D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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