Html Css Color HEX #C481DA Wisteria

📋 copy color: '#C481DA'

red 196 ◦ green 129 ◦ blue 218

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

Shades of Wisteria #C481DA

Tints of Wisteria #C481DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 36.1%
G = 23.76%
B = 40.15%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C481DA (or 0xC481DA) is known color: Wisteria. HEX triplet: C4, 81 and DA. RGB value is (196,129,218). Sum of RGB (Red+Green+Blue) = 196+129+218=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C481DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481DA is #3B7E25. Grayscale: #9E9E9E. Windows color (decimal): -3898918 or 14320068. OLE color: 14320068.

HSL color Cylindrical-coordinate representation of color #C481DA: hue angle of 285.17º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C481DA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 129 218 -
CMYK 0.10 0.41 0 0.15
HSL 285.17º 0.55% 0.68% -
HSV(B) 285.17º 0.41% 0.85% -
XYZ 43.27 32.5 70.32 -
YUV 159.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 196 129 218 0.10 0.41 0 0.15 285.17 0.55 0.68
Hex C4 81 DA A 29 0 F 11D 37 44
Octal 304 201 332 12 51 0 17 435 67 104
Binary 11000100 10000001 11011010 1010 101001 0 1111 100011101 110111 1000100

Color Harmonies of #C481DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481DA

Black with #C481DA

Text Example


Text Example

White with #C481DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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