Html Css Color HEX #C492FF Wisteria

📋 copy color: '#C492FF'

red 196 ◦ green 146 ◦ blue 255

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

Shades of Wisteria #C492FF

Tints of Wisteria #C492FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 32.83%
G = 24.46%
B = 42.71%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C492FF (or 0xC492FF) is known color: Wisteria. HEX triplet: C4, 92 and FF. RGB value is (196,146,255). Sum of RGB (Red+Green+Blue) = 196+146+255=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C492FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492FF is #3B6D00. Grayscale: #ACACAC. Windows color (decimal): -3894529 or 16749252. OLE color: 16749252.

HSL color Cylindrical-coordinate representation of color #C492FF: hue angle of 267.52º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C492FF is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 146 255 -
CMYK 0.23 0.43 0 0
HSL 267.52º 1% 0.79% -
HSV(B) 267.52º 0.43% 1% -
XYZ 51.09 39.51 99.54 -
YUV 173.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 196 146 255 0.23 0.43 0 0 267.52 1 0.79
Hex C4 92 FF 17 2B 0 0 10C 64 4F
Octal 304 222 377 27 53 0 0 414 144 117
Binary 11000100 10010010 11111111 10111 101011 0 0 100001100 1100100 1001111

Color Harmonies of #C492FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492FF

Black with #C492FF

Text Example


Text Example

White with #C492FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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