Html Css Color HEX #D59CF1 Wisteria

📋 copy color: '#D59CF1'

red 213 ◦ green 156 ◦ blue 241

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

Shades of Wisteria #D59CF1

Tints of Wisteria #D59CF1

RGB

 RED value IS 213 (83.59% from 255) = 34.92%

 GREEN value IS 156 (61.33% from 255) = 25.57%

 BLUE value IS 241 (94.53% from 255) = 39.51%

R = 34.92%
G = 25.57%
B = 39.51%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D59CF1 (or 0xD59CF1) is known color: Wisteria. HEX triplet: D5, 9C and F1. RGB value is (213,156,241). Sum of RGB (Red+Green+Blue) = 213+156+241=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #D59CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CF1 is #2A630E. Grayscale: #B6B6B6. Windows color (decimal): -2777871 or 15834325. OLE color: 15834325.

HSL color Cylindrical-coordinate representation of color #D59CF1: hue angle of 280.24º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59CF1 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 156 241 -
CMYK 0.12 0.35 0 0.05
HSL 280.24º 0.75% 0.78% -
HSV(B) 280.24º 0.35% 0.95% -
XYZ 55.21 44.27 88.86 -
YUV 182.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 213 156 241 0.12 0.35 0 0.05 280.24 0.75 0.78
Hex D5 9C F1 C 23 0 5 118 4B 4E
Octal 325 234 361 14 43 0 5 430 113 116
Binary 11010101 10011100 11110001 1100 100011 0 101 100011000 1001011 1001110

Color Harmonies of #D59CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CF1

Black with #D59CF1

Text Example


Text Example

White with #D59CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CF1; }

 p { color: rgb(213,156,241); }

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

background-color css

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

 a { background-color: rgb(213,156,241); }

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

border-color css

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

 span { border-color: rgb(213,156,241); }

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