Html Css Color HEX #C495F6 Wisteria

📋 copy color: '#C495F6'

red 196 ◦ green 149 ◦ blue 246

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

Shades of Wisteria #C495F6

Tints of Wisteria #C495F6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.21%

 BLUE value IS 246 (96.48% from 255) = 41.62%

R = 33.16%
G = 25.21%
B = 41.62%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C495F6 (or 0xC495F6) is known color: Wisteria. HEX triplet: C4, 95 and F6. RGB value is (196,149,246). Sum of RGB (Red+Green+Blue) = 196+149+246=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #C495F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495F6 is #3B6A09. Grayscale: #ADADAD. Windows color (decimal): -3893770 or 16160196. OLE color: 16160196.

HSL color Cylindrical-coordinate representation of color #C495F6: hue angle of 269.07º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C495F6 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 149 246 -
CMYK 0.20 0.39 0 0.04
HSL 269.07º 0.84% 0.77% -
HSV(B) 269.07º 0.39% 0.96% -
XYZ 50.15 39.88 92.24 -
YUV 174.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 196 149 246 0.20 0.39 0 0.04 269.07 0.84 0.77
Hex C4 95 F6 14 27 0 4 10D 54 4D
Octal 304 225 366 24 47 0 4 415 124 115
Binary 11000100 10010101 11110110 10100 100111 0 100 100001101 1010100 1001101

Color Harmonies of #C495F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495F6

Black with #C495F6

Text Example


Text Example

White with #C495F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495F6; }

 p { color: rgb(196,149,246); }

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

background-color css

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

 a { background-color: rgb(196,149,246); }

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

border-color css

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

 span { border-color: rgb(196,149,246); }

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