Html Css Color HEX #C485DC Wisteria

📋 copy color: '#C485DC'

red 196 ◦ green 133 ◦ blue 220

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

Shades of Wisteria #C485DC

Tints of Wisteria #C485DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.23%

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 35.7%
G = 24.23%
B = 40.07%

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

#C485DC (or 0xC485DC) is known color: Wisteria. HEX triplet: C4, 85 and DC. RGB value is (196,133,220). Sum of RGB (Red+Green+Blue) = 196+133+220=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C485DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485DC is #3B7A23. Grayscale: #A1A1A1. Windows color (decimal): -3897892 or 14452164. OLE color: 14452164.

HSL color Cylindrical-coordinate representation of color #C485DC: hue angle of 283.45º 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 #C485DC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 133 220 -
CMYK 0.11 0.40 0 0.14
HSL 283.45º 0.55% 0.69% -
HSV(B) 283.45º 0.4% 0.86% -
XYZ 44.07 33.68 71.89 -
YUV 161.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 196 133 220 0.11 0.40 0 0.14 283.45 0.55 0.69
Hex C4 85 DC B 28 0 E 11B 37 45
Octal 304 205 334 13 50 0 16 433 67 105
Binary 11000100 10000101 11011100 1011 101000 0 1110 100011011 110111 1000101

Color Harmonies of #C485DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485DC

Black with #C485DC

Text Example


Text Example

White with #C485DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485DC; }

 p { color: rgb(196,133,220); }

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

background-color css

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

 a { background-color: rgb(196,133,220); }

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

border-color css

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

 span { border-color: rgb(196,133,220); }

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