Html Css Color HEX #C381DD Wisteria

📋 copy color: '#C381DD'

red 195 ◦ green 129 ◦ blue 221

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

Shades of Wisteria #C381DD

Tints of Wisteria #C381DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.67%

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

R = 35.78%
G = 23.67%
B = 40.55%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C381DD (or 0xC381DD) is known color: Wisteria. HEX triplet: C3, 81 and DD. RGB value is (195,129,221). Sum of RGB (Red+Green+Blue) = 195+129+221=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C381DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381DD is #3C7E22. Grayscale: #9E9E9E. Windows color (decimal): -3964451 or 14516675. OLE color: 14516675.

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

Color convert

RGB 195 129 221 -
CMYK 0.12 0.42 0 0.13
HSL 283.04º 0.58% 0.69% -
HSV(B) 283.04º 0.42% 0.87% -
XYZ 43.41 32.52 72.4 -
YUV 159.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 195 129 221 0.12 0.42 0 0.13 283.04 0.58 0.69
Hex C3 81 DD C 2A 0 D 11B 3A 45
Octal 303 201 335 14 52 0 15 433 72 105
Binary 11000011 10000001 11011101 1100 101010 0 1101 100011011 111010 1000101

Color Harmonies of #C381DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381DD

Black with #C381DD

Text Example


Text Example

White with #C381DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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