Html Css Color HEX #C492FC Wisteria

📋 copy color: '#C492FC'

red 196 ◦ green 146 ◦ blue 252

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

Shades of Wisteria #C492FC

Tints of Wisteria #C492FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.42%

R = 33%
G = 24.58%
B = 42.42%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C492FC (or 0xC492FC) is known color: Wisteria. HEX triplet: C4, 92 and FC. RGB value is (196,146,252). Sum of RGB (Red+Green+Blue) = 196+146+252=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #C492FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492FC is #3B6D03. Grayscale: #ACACAC. Windows color (decimal): -3894532 or 16552644. OLE color: 16552644.

HSL color Cylindrical-coordinate representation of color #C492FC: hue angle of 268.3º degrees, saturation: 0.95, 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 #C492FC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 146 252 -
CMYK 0.22 0.42 0 0.01
HSL 268.3º 0.95% 0.78% -
HSV(B) 268.3º 0.42% 0.99% -
XYZ 50.61 39.32 97.02 -
YUV 173.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 196 146 252 0.22 0.42 0 0.01 268.3 0.95 0.78
Hex C4 92 FC 16 2A 0 1 10C 5F 4E
Octal 304 222 374 26 52 0 1 414 137 116
Binary 11000100 10010010 11111100 10110 101010 0 1 100001100 1011111 1001110

Color Harmonies of #C492FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492FC

Black with #C492FC

Text Example


Text Example

White with #C492FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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