Html Css Color HEX #C381DE Wisteria

📋 copy color: '#C381DE'

red 195 ◦ green 129 ◦ blue 222

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

Shades of Wisteria #C381DE

Tints of Wisteria #C381DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 35.71%
G = 23.63%
B = 40.66%

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

#C381DE (or 0xC381DE) is known color: Wisteria. HEX triplet: C3, 81 and DE. RGB value is (195,129,222). Sum of RGB (Red+Green+Blue) = 195+129+222=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #C381DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381DE is #3C7E21. Grayscale: #9F9F9F. Windows color (decimal): -3964450 or 14582211. OLE color: 14582211.

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

Color convert

RGB 195 129 222 -
CMYK 0.12 0.42 0 0.13
HSL 282.58º 0.58% 0.69% -
HSV(B) 282.58º 0.42% 0.87% -
XYZ 43.54 32.58 73.1 -
YUV 159.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 195 129 222 0.12 0.42 0 0.13 282.58 0.58 0.69
Hex C3 81 DE C 2A 0 D 11B 3A 45
Octal 303 201 336 14 52 0 15 433 72 105
Binary 11000011 10000001 11011110 1100 101010 0 1101 100011011 111010 1000101

Color Harmonies of #C381DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381DE

Black with #C381DE

Text Example


Text Example

White with #C381DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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