Html Css Color HEX #C391DC Wisteria

📋 copy color: '#C391DC'

red 195 ◦ green 145 ◦ blue 220

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

Shades of Wisteria #C391DC

Tints of Wisteria #C391DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.89%

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

R = 34.82%
G = 25.89%
B = 39.29%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C391DC (or 0xC391DC) is known color: Wisteria. HEX triplet: C3, 91 and DC. RGB value is (195,145,220). Sum of RGB (Red+Green+Blue) = 195+145+220=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C391DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391DC is #3C6E23. Grayscale: #A8A8A8. Windows color (decimal): -3960356 or 14455235. OLE color: 14455235.

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

Color convert

RGB 195 145 220 -
CMYK 0.11 0.34 0 0.14
HSL 280º 0.52% 0.72% -
HSV(B) 280º 0.34% 0.86% -
XYZ 45.55 37.02 72.46 -
YUV 168.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 195 145 220 0.11 0.34 0 0.14 280 0.52 0.72
Hex C3 91 DC B 22 0 E 118 34 48
Octal 303 221 334 13 42 0 16 430 64 110
Binary 11000011 10010001 11011100 1011 100010 0 1110 100011000 110100 1001000

Color Harmonies of #C391DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391DC

Black with #C391DC

Text Example


Text Example

White with #C391DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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