Html Css Color HEX #D2A7E9 Wisteria

📋 copy color: '#D2A7E9'

red 210 ◦ green 167 ◦ blue 233

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

Shades of Wisteria #D2A7E9

Tints of Wisteria #D2A7E9

RGB

 RED value IS 210 (82.42% from 255) = 34.43%

 GREEN value IS 167 (65.63% from 255) = 27.38%

 BLUE value IS 233 (91.41% from 255) = 38.2%

R = 34.43%
G = 27.38%
B = 38.2%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D2A7E9 (or 0xD2A7E9) is known color: Wisteria. HEX triplet: D2, A7 and E9. RGB value is (210,167,233). Sum of RGB (Red+Green+Blue) = 210+167+233=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2A7E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A7E9 is #2D5816. Grayscale: #BBBBBB. Windows color (decimal): -2971671 or 15312850. OLE color: 15312850.

HSL color Cylindrical-coordinate representation of color #D2A7E9: hue angle of 279.09º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2A7E9 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 167 233 -
CMYK 0.10 0.28 0 0.09
HSL 279.09º 0.6% 0.78% -
HSV(B) 279.09º 0.28% 0.91% -
XYZ 55.11 47.22 83.3 -
YUV 187.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 210 167 233 0.10 0.28 0 0.09 279.09 0.6 0.78
Hex D2 A7 E9 A 1C 0 9 117 3C 4E
Octal 322 247 351 12 34 0 11 427 74 116
Binary 11010010 10100111 11101001 1010 11100 0 1001 100010111 111100 1001110

Color Harmonies of #D2A7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A7E9

Black with #D2A7E9

Text Example


Text Example

White with #D2A7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A7E9; }

 p { color: rgb(210,167,233); }

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

background-color css

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

 a { background-color: rgb(210,167,233); }

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

border-color css

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

 span { border-color: rgb(210,167,233); }

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