Html Css Color HEX #C492FB Wisteria

📋 copy color: '#C492FB'

red 196 ◦ green 146 ◦ blue 251

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

Shades of Wisteria #C492FB

Tints of Wisteria #C492FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 33.05%
G = 24.62%
B = 42.33%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C492FB (or 0xC492FB) is known color: Wisteria. HEX triplet: C4, 92 and FB. RGB value is (196,146,251). Sum of RGB (Red+Green+Blue) = 196+146+251=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #C492FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492FB is #3B6D04. Grayscale: #ACACAC. Windows color (decimal): -3894533 or 16487108. OLE color: 16487108.

HSL color Cylindrical-coordinate representation of color #C492FB: hue angle of 268.57º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C492FB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 146 251 -
CMYK 0.22 0.42 0 0.02
HSL 268.57º 0.93% 0.78% -
HSV(B) 268.57º 0.42% 0.98% -
XYZ 50.46 39.26 96.19 -
YUV 172.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 196 146 251 0.22 0.42 0 0.02 268.57 0.93 0.78
Hex C4 92 FB 16 2A 0 2 10D 5D 4E
Octal 304 222 373 26 52 0 2 415 135 116
Binary 11000100 10010010 11111011 10110 101010 0 10 100001101 1011101 1001110

Color Harmonies of #C492FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492FB

Black with #C492FB

Text Example


Text Example

White with #C492FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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