Html Css Color HEX #C483DB Wisteria

📋 copy color: '#C483DB'

red 196 ◦ green 131 ◦ blue 219

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

Shades of Wisteria #C483DB

Tints of Wisteria #C483DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 35.9%
G = 23.99%
B = 40.11%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C483DB (or 0xC483DB) is known color: Wisteria. HEX triplet: C4, 83 and DB. RGB value is (196,131,219). Sum of RGB (Red+Green+Blue) = 196+131+219=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #C483DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DB is #3B7C24. Grayscale: #A0A0A0. Windows color (decimal): -3898405 or 14386116. OLE color: 14386116.

HSL color Cylindrical-coordinate representation of color #C483DB: hue angle of 284.32º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C483DB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 131 219 -
CMYK 0.11 0.40 0 0.14
HSL 284.32º 0.55% 0.69% -
HSV(B) 284.32º 0.4% 0.86% -
XYZ 43.67 33.08 71.1 -
YUV 160.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 196 131 219 0.11 0.40 0 0.14 284.32 0.55 0.69
Hex C4 83 DB B 28 0 E 11C 37 45
Octal 304 203 333 13 50 0 16 434 67 105
Binary 11000100 10000011 11011011 1011 101000 0 1110 100011100 110111 1000101

Color Harmonies of #C483DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483DB

Black with #C483DB

Text Example


Text Example

White with #C483DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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