Html Css Color HEX #C585DF Wisteria

📋 copy color: '#C585DF'

red 197 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #C585DF

Tints of Wisteria #C585DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 35.62%
G = 24.05%
B = 40.33%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C585DF (or 0xC585DF) is known color: Wisteria. HEX triplet: C5, 85 and DF. RGB value is (197,133,223). Sum of RGB (Red+Green+Blue) = 197+133+223=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #C585DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585DF is #3A7A20. Grayscale: #A2A2A2. Windows color (decimal): -3832353 or 14648773. OLE color: 14648773.

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

Color convert

RGB 197 133 223 -
CMYK 0.12 0.40 0 0.13
HSL 282.67º 0.58% 0.7% -
HSV(B) 282.67º 0.4% 0.87% -
XYZ 44.73 33.97 74.01 -
YUV 162.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 197 133 223 0.12 0.40 0 0.13 282.67 0.58 0.7
Hex C5 85 DF C 28 0 D 11B 3A 46
Octal 305 205 337 14 50 0 15 433 72 106
Binary 11000101 10000101 11011111 1100 101000 0 1101 100011011 111010 1000110

Color Harmonies of #C585DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585DF

Black with #C585DF

Text Example


Text Example

White with #C585DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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