Html Css Color HEX #C394DB Wisteria

📋 copy color: '#C394DB'

red 195 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #C394DB

Tints of Wisteria #C394DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.33%

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

R = 34.7%
G = 26.33%
B = 38.97%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C394DB (or 0xC394DB) is known color: Wisteria. HEX triplet: C3, 94 and DB. RGB value is (195,148,219). Sum of RGB (Red+Green+Blue) = 195+148+219=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C394DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394DB is #3C6B24. Grayscale: #A9A9A9. Windows color (decimal): -3959589 or 14390467. OLE color: 14390467.

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

Color convert

RGB 195 148 219 -
CMYK 0.11 0.32 0 0.14
HSL 279.72º 0.5% 0.72% -
HSV(B) 279.72º 0.32% 0.86% -
XYZ 45.88 37.9 71.91 -
YUV 170.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 195 148 219 0.11 0.32 0 0.14 279.72 0.5 0.72
Hex C3 94 DB B 20 0 E 118 32 48
Octal 303 224 333 13 40 0 16 430 62 110
Binary 11000011 10010100 11011011 1011 100000 0 1110 100011000 110010 1001000

Color Harmonies of #C394DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394DB

Black with #C394DB

Text Example


Text Example

White with #C394DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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