Html Css Color HEX #C585DC Wisteria

📋 copy color: '#C585DC'

red 197 ◦ green 133 ◦ blue 220

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

Shades of Wisteria #C585DC

Tints of Wisteria #C585DC

RGB

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

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

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

R = 35.82%
G = 24.18%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C585DC (or 0xC585DC) is known color: Wisteria. HEX triplet: C5, 85 and DC. RGB value is (197,133,220). Sum of RGB (Red+Green+Blue) = 197+133+220=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #C585DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585DC is #3A7A23. Grayscale: #A1A1A1. Windows color (decimal): -3832356 or 14452165. OLE color: 14452165.

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

Color convert

RGB 197 133 220 -
CMYK 0.10 0.40 0 0.14
HSL 284.14º 0.55% 0.69% -
HSV(B) 284.14º 0.4% 0.86% -
XYZ 44.33 33.81 71.9 -
YUV 162.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 197 133 220 0.10 0.40 0 0.14 284.14 0.55 0.69
Hex C5 85 DC A 28 0 E 11C 37 45
Octal 305 205 334 12 50 0 16 434 67 105
Binary 11000101 10000101 11011100 1010 101000 0 1110 100011100 110111 1000101

Color Harmonies of #C585DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585DC

Black with #C585DC

Text Example


Text Example

White with #C585DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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