Html Css Color HEX #C393DB Wisteria

📋 copy color: '#C393DB'

red 195 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #C393DB

Tints of Wisteria #C393DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 34.76%
G = 26.2%
B = 39.04%

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

#C393DB (or 0xC393DB) is known color: Wisteria. HEX triplet: C3, 93 and DB. RGB value is (195,147,219). Sum of RGB (Red+Green+Blue) = 195+147+219=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C393DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393DB is #3C6C24. Grayscale: #A9A9A9. Windows color (decimal): -3959845 or 14390211. OLE color: 14390211.

HSL color Cylindrical-coordinate representation of color #C393DB: hue angle of 280º degrees, saturation: 0.5, 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 #C393DB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 147 219 -
CMYK 0.11 0.33 0 0.14
HSL 280º 0.5% 0.72% -
HSV(B) 280º 0.33% 0.86% -
XYZ 45.73 37.58 71.86 -
YUV 169.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 195 147 219 0.11 0.33 0 0.14 280 0.5 0.72
Hex C3 93 DB B 21 0 E 118 32 48
Octal 303 223 333 13 41 0 16 430 62 110
Binary 11000011 10010011 11011011 1011 100001 0 1110 100011000 110010 1001000

Color Harmonies of #C393DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393DB

Black with #C393DB

Text Example


Text Example

White with #C393DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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