Html Css Color HEX #C492FD Wisteria

📋 copy color: '#C492FD'

red 196 ◦ green 146 ◦ blue 253

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

Shades of Wisteria #C492FD

Tints of Wisteria #C492FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 32.94%
G = 24.54%
B = 42.52%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C492FD (or 0xC492FD) is known color: Wisteria. HEX triplet: C4, 92 and FD. RGB value is (196,146,253). Sum of RGB (Red+Green+Blue) = 196+146+253=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #C492FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492FD is #3B6D02. Grayscale: #ACACAC. Windows color (decimal): -3894531 or 16618180. OLE color: 16618180.

HSL color Cylindrical-coordinate representation of color #C492FD: hue angle of 268.04º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C492FD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 146 253 -
CMYK 0.23 0.42 0 0.01
HSL 268.04º 0.96% 0.78% -
HSV(B) 268.04º 0.42% 0.99% -
XYZ 50.77 39.39 97.85 -
YUV 173.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 196 146 253 0.23 0.42 0 0.01 268.04 0.96 0.78
Hex C4 92 FD 17 2A 0 1 10C 60 4E
Octal 304 222 375 27 52 0 1 414 140 116
Binary 11000100 10010010 11111101 10111 101010 0 1 100001100 1100000 1001110

Color Harmonies of #C492FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492FD

Black with #C492FD

Text Example


Text Example

White with #C492FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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