Html Css Color HEX #C492EC Wisteria

📋 copy color: '#C492EC'

red 196 ◦ green 146 ◦ blue 236

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

Shades of Wisteria #C492EC

Tints of Wisteria #C492EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 33.91%
G = 25.26%
B = 40.83%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C492EC (or 0xC492EC) is known color: Wisteria. HEX triplet: C4, 92 and EC. RGB value is (196,146,236). Sum of RGB (Red+Green+Blue) = 196+146+236=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #C492EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492EC is #3B6D13. Grayscale: #AAAAAA. Windows color (decimal): -3894548 or 15504068. OLE color: 15504068.

HSL color Cylindrical-coordinate representation of color #C492EC: hue angle of 273.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C492EC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 146 236 -
CMYK 0.17 0.38 0 0.07
HSL 273.33º 0.7% 0.75% -
HSV(B) 273.33º 0.38% 0.93% -
XYZ 48.18 38.35 84.22 -
YUV 171.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 196 146 236 0.17 0.38 0 0.07 273.33 0.7 0.75
Hex C4 92 EC 11 26 0 7 111 46 4B
Octal 304 222 354 21 46 0 7 421 106 113
Binary 11000100 10010010 11101100 10001 100110 0 111 100010001 1000110 1001011

Color Harmonies of #C492EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492EC

Black with #C492EC

Text Example


Text Example

White with #C492EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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