Html Css Color HEX #C293DD Wisteria

📋 copy color: '#C293DD'

red 194 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #C293DD

Tints of Wisteria #C293DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 34.52%
G = 26.16%
B = 39.32%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C293DD (or 0xC293DD) is known color: Wisteria. HEX triplet: C2, 93 and DD. RGB value is (194,147,221). Sum of RGB (Red+Green+Blue) = 194+147+221=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C293DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293DD is #3D6C22. Grayscale: #A9A9A9. Windows color (decimal): -4025379 or 14521282. OLE color: 14521282.

HSL color Cylindrical-coordinate representation of color #C293DD: hue angle of 278.11º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C293DD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 147 221 -
CMYK 0.12 0.33 0 0.13
HSL 278.11º 0.52% 0.72% -
HSV(B) 278.11º 0.33% 0.87% -
XYZ 45.73 37.56 73.25 -
YUV 169.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 194 147 221 0.12 0.33 0 0.13 278.11 0.52 0.72
Hex C2 93 DD C 21 0 D 116 34 48
Octal 302 223 335 14 41 0 15 426 64 110
Binary 11000010 10010011 11011101 1100 100001 0 1101 100010110 110100 1001000

Color Harmonies of #C293DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293DD

Black with #C293DD

Text Example


Text Example

White with #C293DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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