Html Css Color HEX #C485DD Wisteria

📋 copy color: '#C485DD'

red 196 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C485DD

Tints of Wisteria #C485DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 35.64%
G = 24.18%
B = 40.18%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C485DD (or 0xC485DD) is known color: Wisteria. HEX triplet: C4, 85 and DD. RGB value is (196,133,221). Sum of RGB (Red+Green+Blue) = 196+133+221=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C485DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485DD is #3B7A22. Grayscale: #A1A1A1. Windows color (decimal): -3897891 or 14517700. OLE color: 14517700.

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

Color convert

RGB 196 133 221 -
CMYK 0.11 0.40 0 0.13
HSL 282.95º 0.56% 0.69% -
HSV(B) 282.95º 0.4% 0.87% -
XYZ 44.2 33.73 72.59 -
YUV 161.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 196 133 221 0.11 0.40 0 0.13 282.95 0.56 0.69
Hex C4 85 DD B 28 0 D 11B 38 45
Octal 304 205 335 13 50 0 15 433 70 105
Binary 11000100 10000101 11011101 1011 101000 0 1101 100011011 111000 1000101

Color Harmonies of #C485DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485DD

Black with #C485DD

Text Example


Text Example

White with #C485DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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