Html Css Color HEX #C393DC Wisteria

📋 copy color: '#C393DC'

red 195 ◦ green 147 ◦ blue 220

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

Shades of Wisteria #C393DC

Tints of Wisteria #C393DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 34.7%
G = 26.16%
B = 39.15%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C393DC (or 0xC393DC) is known color: Wisteria. HEX triplet: C3, 93 and DC. RGB value is (195,147,220). Sum of RGB (Red+Green+Blue) = 195+147+220=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #C393DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393DC is #3C6C23. Grayscale: #A9A9A9. Windows color (decimal): -3959844 or 14455747. OLE color: 14455747.

HSL color Cylindrical-coordinate representation of color #C393DC: hue angle of 279.45º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C393DC is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 147 220 -
CMYK 0.11 0.33 0 0.14
HSL 279.45º 0.51% 0.72% -
HSV(B) 279.45º 0.33% 0.86% -
XYZ 45.86 37.64 72.56 -
YUV 169.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 195 147 220 0.11 0.33 0 0.14 279.45 0.51 0.72
Hex C3 93 DC B 21 0 E 117 33 48
Octal 303 223 334 13 41 0 16 427 63 110
Binary 11000011 10010011 11011100 1011 100001 0 1110 100010111 110011 1001000

Color Harmonies of #C393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393DC

Black with #C393DC

Text Example


Text Example

White with #C393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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