Html Css Color HEX #D095EE Wisteria

📋 copy color: '#D095EE'

red 208 ◦ green 149 ◦ blue 238

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

Shades of Wisteria #D095EE

Tints of Wisteria #D095EE

RGB

 RED value IS 208 (81.64% from 255) = 34.96%

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

 BLUE value IS 238 (93.36% from 255) = 40%

R = 34.96%
G = 25.04%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D095EE (or 0xD095EE) is known color: Wisteria. HEX triplet: D0, 95 and EE. RGB value is (208,149,238). Sum of RGB (Red+Green+Blue) = 208+149+238=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #D095EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095EE is #2F6A11. Grayscale: #B0B0B0. Windows color (decimal): -3107346 or 15635920. OLE color: 15635920.

HSL color Cylindrical-coordinate representation of color #D095EE: hue angle of 279.78º degrees, saturation: 0.72, 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 #D095EE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 149 238 -
CMYK 0.13 0.37 0 0.07
HSL 279.78º 0.72% 0.76% -
HSV(B) 279.78º 0.37% 0.93% -
XYZ 52.19 41.08 86.07 -
YUV 176.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 208 149 238 0.13 0.37 0 0.07 279.78 0.72 0.76
Hex D0 95 EE D 25 0 7 118 48 4C
Octal 320 225 356 15 45 0 7 430 110 114
Binary 11010000 10010101 11101110 1101 100101 0 111 100011000 1001000 1001100

Color Harmonies of #D095EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095EE

Black with #D095EE

Text Example


Text Example

White with #D095EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095EE; }

 p { color: rgb(208,149,238); }

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

background-color css

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

 a { background-color: rgb(208,149,238); }

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

border-color css

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

 span { border-color: rgb(208,149,238); }

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