Html Css Color HEX #C391DD Wisteria

📋 copy color: '#C391DD'

red 195 ◦ green 145 ◦ blue 221

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

Shades of Wisteria #C391DD

Tints of Wisteria #C391DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 34.76%
G = 25.85%
B = 39.39%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C391DD (or 0xC391DD) is known color: Wisteria. HEX triplet: C3, 91 and DD. RGB value is (195,145,221). Sum of RGB (Red+Green+Blue) = 195+145+221=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C391DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391DD is #3C6E22. Grayscale: #A8A8A8. Windows color (decimal): -3960355 or 14520771. OLE color: 14520771.

HSL color Cylindrical-coordinate representation of color #C391DD: hue angle of 279.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C391DD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 145 221 -
CMYK 0.12 0.34 0 0.13
HSL 279.47º 0.53% 0.72% -
HSV(B) 279.47º 0.34% 0.87% -
XYZ 45.68 37.07 73.15 -
YUV 168.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 195 145 221 0.12 0.34 0 0.13 279.47 0.53 0.72
Hex C3 91 DD C 22 0 D 117 35 48
Octal 303 221 335 14 42 0 15 427 65 110
Binary 11000011 10010001 11011101 1100 100010 0 1101 100010111 110101 1001000

Color Harmonies of #C391DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391DD

Black with #C391DD

Text Example


Text Example

White with #C391DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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