Html Css Color HEX #C495EF Wisteria

📋 copy color: '#C495EF'

red 196 ◦ green 149 ◦ blue 239

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

Shades of Wisteria #C495EF

Tints of Wisteria #C495EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 33.56%
G = 25.51%
B = 40.92%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C495EF (or 0xC495EF) is known color: Wisteria. HEX triplet: C4, 95 and EF. RGB value is (196,149,239). Sum of RGB (Red+Green+Blue) = 196+149+239=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #C495EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495EF is #3B6A10. Grayscale: #ACACAC. Windows color (decimal): -3893777 or 15701444. OLE color: 15701444.

HSL color Cylindrical-coordinate representation of color #C495EF: hue angle of 271.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C495EF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 149 239 -
CMYK 0.18 0.38 0 0.06
HSL 271.33º 0.74% 0.76% -
HSV(B) 271.33º 0.38% 0.94% -
XYZ 49.09 39.46 86.69 -
YUV 173.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 196 149 239 0.18 0.38 0 0.06 271.33 0.74 0.76
Hex C4 95 EF 12 26 0 6 10F 4A 4C
Octal 304 225 357 22 46 0 6 417 112 114
Binary 11000100 10010101 11101111 10010 100110 0 110 100001111 1001010 1001100

Color Harmonies of #C495EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495EF

Black with #C495EF

Text Example


Text Example

White with #C495EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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