Html Css Color HEX #C381DF Wisteria

📋 copy color: '#C381DF'

red 195 ◦ green 129 ◦ blue 223

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

Shades of Wisteria #C381DF

Tints of Wisteria #C381DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 35.65%
G = 23.58%
B = 40.77%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C381DF (or 0xC381DF) is known color: Wisteria. HEX triplet: C3, 81 and DF. RGB value is (195,129,223). Sum of RGB (Red+Green+Blue) = 195+129+223=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #C381DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381DF is #3C7E20. Grayscale: #9F9F9F. Windows color (decimal): -3964449 or 14647747. OLE color: 14647747.

HSL color Cylindrical-coordinate representation of color #C381DF: hue angle of 282.13º degrees, saturation: 0.59, 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 #C381DF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 129 223 -
CMYK 0.13 0.42 0 0.13
HSL 282.13º 0.59% 0.69% -
HSV(B) 282.13º 0.42% 0.87% -
XYZ 43.68 32.63 73.81 -
YUV 159.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 195 129 223 0.13 0.42 0 0.13 282.13 0.59 0.69
Hex C3 81 DF D 2A 0 D 11A 3B 45
Octal 303 201 337 15 52 0 15 432 73 105
Binary 11000011 10000001 11011111 1101 101010 0 1101 100011010 111011 1000101

Color Harmonies of #C381DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381DF

Black with #C381DF

Text Example


Text Example

White with #C381DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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