Html Css Color HEX #C293EF Wisteria

📋 copy color: '#C293EF'

red 194 ◦ green 147 ◦ blue 239

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

Shades of Wisteria #C293EF

Tints of Wisteria #C293EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.34%

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

R = 33.45%
G = 25.34%
B = 41.21%

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

#C293EF (or 0xC293EF) is known color: Wisteria. HEX triplet: C2, 93 and EF. RGB value is (194,147,239). Sum of RGB (Red+Green+Blue) = 194+147+239=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #C293EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293EF is #3D6C10. Grayscale: #ABABAB. Windows color (decimal): -4025361 or 15700930. OLE color: 15700930.

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

Color convert

RGB 194 147 239 -
CMYK 0.19 0.38 0 0.06
HSL 270.65º 0.74% 0.76% -
HSV(B) 270.65º 0.38% 0.94% -
XYZ 48.26 38.57 86.56 -
YUV 171.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 194 147 239 0.19 0.38 0 0.06 270.65 0.74 0.76
Hex C2 93 EF 13 26 0 6 10F 4A 4C
Octal 302 223 357 23 46 0 6 417 112 114
Binary 11000010 10010011 11101111 10011 100110 0 110 100001111 1001010 1001100

Color Harmonies of #C293EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293EF

Black with #C293EF

Text Example


Text Example

White with #C293EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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