Html Css Color HEX #C381DC Wisteria

📋 copy color: '#C381DC'

red 195 ◦ green 129 ◦ blue 220

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

Shades of Wisteria #C381DC

Tints of Wisteria #C381DC

RGB

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

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

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

R = 35.85%
G = 23.71%
B = 40.44%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C381DC (or 0xC381DC) is known color: Wisteria. HEX triplet: C3, 81 and DC. RGB value is (195,129,220). Sum of RGB (Red+Green+Blue) = 195+129+220=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C381DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381DC is #3C7E23. Grayscale: #9E9E9E. Windows color (decimal): -3964452 or 14451139. OLE color: 14451139.

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

Color convert

RGB 195 129 220 -
CMYK 0.11 0.41 0 0.14
HSL 283.52º 0.57% 0.68% -
HSV(B) 283.52º 0.41% 0.86% -
XYZ 43.27 32.47 71.7 -
YUV 159.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 195 129 220 0.11 0.41 0 0.14 283.52 0.57 0.68
Hex C3 81 DC B 29 0 E 11C 39 44
Octal 303 201 334 13 51 0 16 434 71 104
Binary 11000011 10000001 11011100 1011 101001 0 1110 100011100 111001 1000100

Color Harmonies of #C381DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381DC

Black with #C381DC

Text Example


Text Example

White with #C381DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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