Html Css Color HEX #C393DD Wisteria

📋 copy color: '#C393DD'

red 195 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #C393DD

Tints of Wisteria #C393DD

RGB

 RED value IS 195 (76.56% from 255) = 34.64%

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

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

R = 34.64%
G = 26.11%
B = 39.25%

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

#C393DD (or 0xC393DD) is known color: Wisteria. HEX triplet: C3, 93 and DD. RGB value is (195,147,221). Sum of RGB (Red+Green+Blue) = 195+147+221=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C393DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393DD is #3C6C22. Grayscale: #A9A9A9. Windows color (decimal): -3959843 or 14521283. OLE color: 14521283.

HSL color Cylindrical-coordinate representation of color #C393DD: hue angle of 278.92º 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 #C393DD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 147 221 -
CMYK 0.12 0.33 0 0.13
HSL 278.92º 0.52% 0.72% -
HSV(B) 278.92º 0.33% 0.87% -
XYZ 45.99 37.69 73.26 -
YUV 169.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 195 147 221 0.12 0.33 0 0.13 278.92 0.52 0.72
Hex C3 93 DD C 21 0 D 117 34 48
Octal 303 223 335 14 41 0 15 427 64 110
Binary 11000011 10010011 11011101 1100 100001 0 1101 100010111 110100 1001000

Color Harmonies of #C393DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393DD

Black with #C393DD

Text Example


Text Example

White with #C393DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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