Html Css Color HEX #C483DF Wisteria

📋 copy color: '#C483DF'

red 196 ◦ green 131 ◦ blue 223

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

Shades of Wisteria #C483DF

Tints of Wisteria #C483DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.82%

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

R = 35.64%
G = 23.82%
B = 40.55%

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

#C483DF (or 0xC483DF) is known color: Wisteria. HEX triplet: C4, 83 and DF. RGB value is (196,131,223). Sum of RGB (Red+Green+Blue) = 196+131+223=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C483DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DF is #3B7C20. Grayscale: #A0A0A0. Windows color (decimal): -3898401 or 14648260. OLE color: 14648260.

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

Color convert

RGB 196 131 223 -
CMYK 0.12 0.41 0 0.13
HSL 282.39º 0.59% 0.69% -
HSV(B) 282.39º 0.41% 0.87% -
XYZ 44.2 33.3 73.91 -
YUV 160.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 196 131 223 0.12 0.41 0 0.13 282.39 0.59 0.69
Hex C4 83 DF C 29 0 D 11A 3B 45
Octal 304 203 337 14 51 0 15 432 73 105
Binary 11000100 10000011 11011111 1100 101001 0 1101 100011010 111011 1000101

Color Harmonies of #C483DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483DF

Black with #C483DF

Text Example


Text Example

White with #C483DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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