Html Css Color HEX #D295EC Wisteria

📋 copy color: '#D295EC'

red 210 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #D295EC

Tints of Wisteria #D295EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 35.29%
G = 25.04%
B = 39.66%

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

#D295EC (or 0xD295EC) is known color: Wisteria. HEX triplet: D2, 95 and EC. RGB value is (210,149,236). Sum of RGB (Red+Green+Blue) = 210+149+236=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #D295EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295EC is #2D6A13. Grayscale: #B0B0B0. Windows color (decimal): -2976276 or 15504850. OLE color: 15504850.

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

Color convert

RGB 210 149 236 -
CMYK 0.11 0.37 0 0.07
HSL 282.07º 0.7% 0.75% -
HSV(B) 282.07º 0.37% 0.93% -
XYZ 52.47 41.25 84.55 -
YUV 177.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 210 149 236 0.11 0.37 0 0.07 282.07 0.7 0.75
Hex D2 95 EC B 25 0 7 11A 46 4B
Octal 322 225 354 13 45 0 7 432 106 113
Binary 11010010 10010101 11101100 1011 100101 0 111 100011010 1000110 1001011

Color Harmonies of #D295EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295EC

Black with #D295EC

Text Example


Text Example

White with #D295EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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