Html Css Color HEX #C293D7 Wisteria

📋 copy color: '#C293D7'

red 194 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #C293D7

Tints of Wisteria #C293D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.67%

R = 34.89%
G = 26.44%
B = 38.67%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C293D7 (or 0xC293D7) is known color: Wisteria. HEX triplet: C2, 93 and D7. RGB value is (194,147,215). Sum of RGB (Red+Green+Blue) = 194+147+215=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #C293D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293D7 is #3D6C28. Grayscale: #A8A8A8. Windows color (decimal): -4025385 or 14128066. OLE color: 14128066.

HSL color Cylindrical-coordinate representation of color #C293D7: hue angle of 281.47º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C293D7 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 147 215 -
CMYK 0.10 0.32 0 0.16
HSL 281.47º 0.46% 0.71% -
HSV(B) 281.47º 0.32% 0.84% -
XYZ 44.95 37.24 69.11 -
YUV 168.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 194 147 215 0.10 0.32 0 0.16 281.47 0.46 0.71
Hex C2 93 D7 A 20 0 10 119 2E 47
Octal 302 223 327 12 40 0 20 431 56 107
Binary 11000010 10010011 11010111 1010 100000 0 10000 100011001 101110 1000111

Color Harmonies of #C293D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293D7

Black with #C293D7

Text Example


Text Example

White with #C293D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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