Html Css Color HEX #D08CEE Wisteria

📋 copy color: '#D08CEE'

red 208 ◦ green 140 ◦ blue 238

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

Shades of Wisteria #D08CEE

Tints of Wisteria #D08CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.89%

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

R = 35.49%
G = 23.89%
B = 40.61%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D08CEE (or 0xD08CEE) is known color: Wisteria. HEX triplet: D0, 8C and EE. RGB value is (208,140,238). Sum of RGB (Red+Green+Blue) = 208+140+238=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #D08CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CEE is #2F7311. Grayscale: #ABABAB. Windows color (decimal): -3109650 or 15633616. OLE color: 15633616.

HSL color Cylindrical-coordinate representation of color #D08CEE: hue angle of 281.63º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08CEE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 140 238 -
CMYK 0.13 0.41 0 0.07
HSL 281.63º 0.74% 0.74% -
HSV(B) 281.63º 0.41% 0.93% -
XYZ 50.82 38.34 85.61 -
YUV 171.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 208 140 238 0.13 0.41 0 0.07 281.63 0.74 0.74
Hex D0 8C EE D 29 0 7 11A 4A 4A
Octal 320 214 356 15 51 0 7 432 112 112
Binary 11010000 10001100 11101110 1101 101001 0 111 100011010 1001010 1001010

Color Harmonies of #D08CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CEE

Black with #D08CEE

Text Example


Text Example

White with #D08CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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