Html Css Color HEX #C483DE Wisteria

📋 copy color: '#C483DE'

red 196 ◦ green 131 ◦ blue 222

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

Shades of Wisteria #C483DE

Tints of Wisteria #C483DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 35.7%
G = 23.86%
B = 40.44%

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

#C483DE (or 0xC483DE) is known color: Wisteria. HEX triplet: C4, 83 and DE. RGB value is (196,131,222). Sum of RGB (Red+Green+Blue) = 196+131+222=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #C483DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DE is #3B7C21. Grayscale: #A0A0A0. Windows color (decimal): -3898402 or 14582724. OLE color: 14582724.

HSL color Cylindrical-coordinate representation of color #C483DE: hue angle of 282.86º degrees, saturation: 0.58, 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 #C483DE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 131 222 -
CMYK 0.12 0.41 0 0.13
HSL 282.86º 0.58% 0.69% -
HSV(B) 282.86º 0.41% 0.87% -
XYZ 44.07 33.24 73.2 -
YUV 160.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 196 131 222 0.12 0.41 0 0.13 282.86 0.58 0.69
Hex C4 83 DE C 29 0 D 11B 3A 45
Octal 304 203 336 14 51 0 15 433 72 105
Binary 11000100 10000011 11011110 1100 101001 0 1101 100011011 111010 1000101

Color Harmonies of #C483DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483DE

Black with #C483DE

Text Example


Text Example

White with #C483DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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