Html Css Color HEX #C481DE Wisteria

📋 copy color: '#C481DE'

red 196 ◦ green 129 ◦ blue 222

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

Shades of Wisteria #C481DE

Tints of Wisteria #C481DE

RGB

 RED value IS 196 (76.95% from 255) = 35.83%

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

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

R = 35.83%
G = 23.58%
B = 40.59%

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

#C481DE (or 0xC481DE) is known color: Wisteria. HEX triplet: C4, 81 and DE. RGB value is (196,129,222). Sum of RGB (Red+Green+Blue) = 196+129+222=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #C481DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481DE is #3B7E21. Grayscale: #9F9F9F. Windows color (decimal): -3898914 or 14582212. OLE color: 14582212.

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

Color convert

RGB 196 129 222 -
CMYK 0.12 0.42 0 0.13
HSL 283.23º 0.58% 0.69% -
HSV(B) 283.23º 0.42% 0.87% -
XYZ 43.8 32.71 73.11 -
YUV 159.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 196 129 222 0.12 0.42 0 0.13 283.23 0.58 0.69
Hex C4 81 DE C 2A 0 D 11B 3A 45
Octal 304 201 336 14 52 0 15 433 72 105
Binary 11000100 10000001 11011110 1100 101010 0 1101 100011011 111010 1000101

Color Harmonies of #C481DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481DE

Black with #C481DE

Text Example


Text Example

White with #C481DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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