Html Css Color HEX #C585DA Wisteria

📋 copy color: '#C585DA'

red 197 ◦ green 133 ◦ blue 218

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

Shades of Wisteria #C585DA

Tints of Wisteria #C585DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 35.95%
G = 24.27%
B = 39.78%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C585DA (or 0xC585DA) is known color: Wisteria. HEX triplet: C5, 85 and DA. RGB value is (197,133,218). Sum of RGB (Red+Green+Blue) = 197+133+218=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C585DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585DA is #3A7A25. Grayscale: #A1A1A1. Windows color (decimal): -3832358 or 14321093. OLE color: 14321093.

HSL color Cylindrical-coordinate representation of color #C585DA: hue angle of 285.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C585DA is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 133 218 -
CMYK 0.10 0.39 0 0.15
HSL 285.18º 0.53% 0.69% -
HSV(B) 285.18º 0.39% 0.85% -
XYZ 44.07 33.71 70.51 -
YUV 161.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 197 133 218 0.10 0.39 0 0.15 285.18 0.53 0.69
Hex C5 85 DA A 27 0 F 11D 35 45
Octal 305 205 332 12 47 0 17 435 65 105
Binary 11000101 10000101 11011010 1010 100111 0 1111 100011101 110101 1000101

Color Harmonies of #C585DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585DA

Black with #C585DA

Text Example


Text Example

White with #C585DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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