Html Css Color HEX #D295ED Wisteria

📋 copy color: '#D295ED'

red 210 ◦ green 149 ◦ blue 237

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

Shades of Wisteria #D295ED

Tints of Wisteria #D295ED

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25%

 BLUE value IS 237 (92.97% from 255) = 39.77%

R = 35.23%
G = 25%
B = 39.77%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D295ED (or 0xD295ED) is known color: Wisteria. HEX triplet: D2, 95 and ED. RGB value is (210,149,237). Sum of RGB (Red+Green+Blue) = 210+149+237=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D295ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295ED is #2D6A12. Grayscale: #B0B0B0. Windows color (decimal): -2976275 or 15570386. OLE color: 15570386.

HSL color Cylindrical-coordinate representation of color #D295ED: hue angle of 281.59º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D295ED is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 149 237 -
CMYK 0.11 0.37 0 0.07
HSL 281.59º 0.71% 0.76% -
HSV(B) 281.59º 0.37% 0.93% -
XYZ 52.61 41.31 85.32 -
YUV 177.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 210 149 237 0.11 0.37 0 0.07 281.59 0.71 0.76
Hex D2 95 ED B 25 0 7 11A 47 4C
Octal 322 225 355 13 45 0 7 432 107 114
Binary 11010010 10010101 11101101 1011 100101 0 111 100011010 1000111 1001100

Color Harmonies of #D295ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295ED

Black with #D295ED

Text Example


Text Example

White with #D295ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295ED; }

 p { color: rgb(210,149,237); }

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

background-color css

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

 a { background-color: rgb(210,149,237); }

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

border-color css

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

 span { border-color: rgb(210,149,237); }

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