Html Css Color HEX #C483DA Wisteria

📋 copy color: '#C483DA'

red 196 ◦ green 131 ◦ blue 218

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

Shades of Wisteria #C483DA

Tints of Wisteria #C483DA

RGB

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

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

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

R = 35.96%
G = 24.04%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C483DA (or 0xC483DA) is known color: Wisteria. HEX triplet: C4, 83 and DA. RGB value is (196,131,218). Sum of RGB (Red+Green+Blue) = 196+131+218=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C483DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DA is #3B7C25. Grayscale: #A0A0A0. Windows color (decimal): -3898406 or 14320580. OLE color: 14320580.

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

Color convert

RGB 196 131 218 -
CMYK 0.10 0.40 0 0.15
HSL 284.83º 0.54% 0.68% -
HSV(B) 284.83º 0.4% 0.85% -
XYZ 43.54 33.03 70.41 -
YUV 160.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 196 131 218 0.10 0.40 0 0.15 284.83 0.54 0.68
Hex C4 83 DA A 28 0 F 11D 36 44
Octal 304 203 332 12 50 0 17 435 66 104
Binary 11000100 10000011 11011010 1010 101000 0 1111 100011101 110110 1000100

Color Harmonies of #C483DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483DA

Black with #C483DA

Text Example


Text Example

White with #C483DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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