Html Css Color HEX #C295EF Wisteria

📋 copy color: '#C295EF'

red 194 ◦ green 149 ◦ blue 239

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

Shades of Wisteria #C295EF

Tints of Wisteria #C295EF

RGB

 RED value IS 194 (76.17% from 255) = 33.33%

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

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

R = 33.33%
G = 25.6%
B = 41.07%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C295EF (or 0xC295EF) is known color: Wisteria. HEX triplet: C2, 95 and EF. RGB value is (194,149,239). Sum of RGB (Red+Green+Blue) = 194+149+239=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #C295EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295EF is #3D6A10. Grayscale: #ACACAC. Windows color (decimal): -4024849 or 15701442. OLE color: 15701442.

HSL color Cylindrical-coordinate representation of color #C295EF: hue angle of 270º 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 #C295EF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 149 239 -
CMYK 0.19 0.38 0 0.06
HSL 270º 0.74% 0.76% -
HSV(B) 270º 0.38% 0.94% -
XYZ 48.58 39.2 86.67 -
YUV 172.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 194 149 239 0.19 0.38 0 0.06 270 0.74 0.76
Hex C2 95 EF 13 26 0 6 10E 4A 4C
Octal 302 225 357 23 46 0 6 416 112 114
Binary 11000010 10010101 11101111 10011 100110 0 110 100001110 1001010 1001100

Color Harmonies of #C295EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295EF

Black with #C295EF

Text Example


Text Example

White with #C295EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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