Html Css Color HEX #C484DF Wisteria

📋 copy color: '#C484DF'

red 196 ◦ green 132 ◦ blue 223

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

Shades of Wisteria #C484DF

Tints of Wisteria #C484DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.96%

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 35.57%
G = 23.96%
B = 40.47%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C484DF (or 0xC484DF) is known color: Wisteria. HEX triplet: C4, 84 and DF. RGB value is (196,132,223). Sum of RGB (Red+Green+Blue) = 196+132+223=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #C484DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484DF is #3B7B20. Grayscale: #A1A1A1. Windows color (decimal): -3898145 or 14648516. OLE color: 14648516.

HSL color Cylindrical-coordinate representation of color #C484DF: hue angle of 282.2º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C484DF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 132 223 -
CMYK 0.12 0.41 0 0.13
HSL 282.2º 0.59% 0.7% -
HSV(B) 282.2º 0.41% 0.87% -
XYZ 44.34 33.57 73.95 -
YUV 161.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 196 132 223 0.12 0.41 0 0.13 282.2 0.59 0.7
Hex C4 84 DF C 29 0 D 11A 3B 46
Octal 304 204 337 14 51 0 15 432 73 106
Binary 11000100 10000100 11011111 1100 101001 0 1101 100011010 111011 1000110

Color Harmonies of #C484DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484DF

Black with #C484DF

Text Example


Text Example

White with #C484DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484DF; }

 p { color: rgb(196,132,223); }

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

background-color css

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

 a { background-color: rgb(196,132,223); }

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

border-color css

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

 span { border-color: rgb(196,132,223); }

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