Html Css Color HEX #C394DC Wisteria

📋 copy color: '#C394DC'

red 195 ◦ green 148 ◦ blue 220

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

Shades of Wisteria #C394DC

Tints of Wisteria #C394DC

RGB

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

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

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

R = 34.64%
G = 26.29%
B = 39.08%

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

#C394DC (or 0xC394DC) is known color: Wisteria. HEX triplet: C3, 94 and DC. RGB value is (195,148,220). Sum of RGB (Red+Green+Blue) = 195+148+220=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #C394DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394DC is #3C6B23. Grayscale: #AAAAAA. Windows color (decimal): -3959588 or 14456003. OLE color: 14456003.

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

Color convert

RGB 195 148 220 -
CMYK 0.11 0.33 0 0.14
HSL 279.17º 0.51% 0.72% -
HSV(B) 279.17º 0.33% 0.86% -
XYZ 46.01 37.95 72.61 -
YUV 170.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 195 148 220 0.11 0.33 0 0.14 279.17 0.51 0.72
Hex C3 94 DC B 21 0 E 117 33 48
Octal 303 224 334 13 41 0 16 427 63 110
Binary 11000011 10010100 11011100 1011 100001 0 1110 100010111 110011 1001000

Color Harmonies of #C394DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394DC

Black with #C394DC

Text Example


Text Example

White with #C394DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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