Html Css Color HEX #C293D9 Wisteria

📋 copy color: '#C293D9'

red 194 ◦ green 147 ◦ blue 217

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

Shades of Wisteria #C293D9

Tints of Wisteria #C293D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.89%

R = 34.77%
G = 26.34%
B = 38.89%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C293D9 (or 0xC293D9) is known color: Wisteria. HEX triplet: C2, 93 and D9. RGB value is (194,147,217). Sum of RGB (Red+Green+Blue) = 194+147+217=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #C293D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293D9 is #3D6C26. Grayscale: #A8A8A8. Windows color (decimal): -4025383 or 14259138. OLE color: 14259138.

HSL color Cylindrical-coordinate representation of color #C293D9: hue angle of 280.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C293D9 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 147 217 -
CMYK 0.11 0.32 0 0.15
HSL 280.29º 0.48% 0.71% -
HSV(B) 280.29º 0.32% 0.85% -
XYZ 45.21 37.35 70.47 -
YUV 169.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 194 147 217 0.11 0.32 0 0.15 280.29 0.48 0.71
Hex C2 93 D9 B 20 0 F 118 30 47
Octal 302 223 331 13 40 0 17 430 60 107
Binary 11000010 10010011 11011001 1011 100000 0 1111 100011000 110000 1000111

Color Harmonies of #C293D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293D9

Black with #C293D9

Text Example


Text Example

White with #C293D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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