Html Css Color HEX #C585DD Wisteria

📋 copy color: '#C585DD'

red 197 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C585DD

Tints of Wisteria #C585DD

RGB

 RED value IS 197 (77.34% from 255) = 35.75%

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

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

R = 35.75%
G = 24.14%
B = 40.11%

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

#C585DD (or 0xC585DD) is known color: Wisteria. HEX triplet: C5, 85 and DD. RGB value is (197,133,221). Sum of RGB (Red+Green+Blue) = 197+133+221=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C585DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585DD is #3A7A22. Grayscale: #A1A1A1. Windows color (decimal): -3832355 or 14517701. OLE color: 14517701.

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

Color convert

RGB 197 133 221 -
CMYK 0.11 0.40 0 0.13
HSL 283.64º 0.56% 0.69% -
HSV(B) 283.64º 0.4% 0.87% -
XYZ 44.46 33.87 72.6 -
YUV 162.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 197 133 221 0.11 0.40 0 0.13 283.64 0.56 0.69
Hex C5 85 DD B 28 0 D 11C 38 45
Octal 305 205 335 13 50 0 15 434 70 105
Binary 11000101 10000101 11011101 1011 101000 0 1101 100011100 111000 1000101

Color Harmonies of #C585DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585DD

Black with #C585DD

Text Example


Text Example

White with #C585DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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