Html Css Color HEX #C481DD Wisteria

📋 copy color: '#C481DD'

red 196 ◦ green 129 ◦ blue 221

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

Shades of Wisteria #C481DD

Tints of Wisteria #C481DD

RGB

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

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

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

R = 35.9%
G = 23.63%
B = 40.48%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C481DD (or 0xC481DD) is known color: Wisteria. HEX triplet: C4, 81 and DD. RGB value is (196,129,221). Sum of RGB (Red+Green+Blue) = 196+129+221=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C481DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481DD is #3B7E22. Grayscale: #9F9F9F. Windows color (decimal): -3898915 or 14516676. OLE color: 14516676.

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

Color convert

RGB 196 129 221 -
CMYK 0.11 0.42 0 0.13
HSL 283.7º 0.58% 0.69% -
HSV(B) 283.7º 0.42% 0.87% -
XYZ 43.67 32.66 72.41 -
YUV 159.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 196 129 221 0.11 0.42 0 0.13 283.7 0.58 0.69
Hex C4 81 DD B 2A 0 D 11C 3A 45
Octal 304 201 335 13 52 0 15 434 72 105
Binary 11000100 10000001 11011101 1011 101010 0 1101 100011100 111010 1000101

Color Harmonies of #C481DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481DD

Black with #C481DD

Text Example


Text Example

White with #C481DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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