Html Css Color HEX #C293EA Wisteria

📋 copy color: '#C293EA'

red 194 ◦ green 147 ◦ blue 234

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

Shades of Wisteria #C293EA

Tints of Wisteria #C293EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.7%

R = 33.74%
G = 25.57%
B = 40.7%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C293EA (or 0xC293EA) is known color: Wisteria. HEX triplet: C2, 93 and EA. RGB value is (194,147,234). Sum of RGB (Red+Green+Blue) = 194+147+234=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #C293EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293EA is #3D6C15. Grayscale: #AAAAAA. Windows color (decimal): -4025366 or 15373250. OLE color: 15373250.

HSL color Cylindrical-coordinate representation of color #C293EA: hue angle of 272.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C293EA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 147 234 -
CMYK 0.17 0.37 0 0.08
HSL 272.41º 0.67% 0.75% -
HSV(B) 272.41º 0.37% 0.92% -
XYZ 47.53 38.28 82.72 -
YUV 170.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 194 147 234 0.17 0.37 0 0.08 272.41 0.67 0.75
Hex C2 93 EA 11 25 0 8 110 43 4B
Octal 302 223 352 21 45 0 10 420 103 113
Binary 11000010 10010011 11101010 10001 100101 0 1000 100010000 1000011 1001011

Color Harmonies of #C293EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293EA

Black with #C293EA

Text Example


Text Example

White with #C293EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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