Html Css Color HEX #D685EE Heliotrope

📋 copy color: '#D685EE'

red 214 ◦ green 133 ◦ blue 238

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

Shades of Heliotrope #D685EE

Tints of Heliotrope #D685EE

RGB

 RED value IS 214 (83.98% from 255) = 36.58%

 GREEN value IS 133 (52.34% from 255) = 22.74%

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

R = 36.58%
G = 22.74%
B = 40.68%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D685EE (or 0xD685EE) is known color: Heliotrope. HEX triplet: D6, 85 and EE. RGB value is (214,133,238). Sum of RGB (Red+Green+Blue) = 214+133+238=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #D685EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685EE is #297A11. Grayscale: #A8A8A8. Windows color (decimal): -2718226 or 15631830. OLE color: 15631830.

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

Color convert

RGB 214 133 238 -
CMYK 0.10 0.44 0 0.07
HSL 286.29º 0.76% 0.73% -
HSV(B) 286.29º 0.44% 0.93% -
XYZ 51.55 37.24 85.36 -
YUV 169.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 214 133 238 0.10 0.44 0 0.07 286.29 0.76 0.73
Hex D6 85 EE A 2C 0 7 11E 4C 49
Octal 326 205 356 12 54 0 7 436 114 111
Binary 11010110 10000101 11101110 1010 101100 0 111 100011110 1001100 1001001

Color Harmonies of #D685EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685EE

Black with #D685EE

Text Example


Text Example

White with #D685EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685EE; }

 p { color: rgb(214,133,238); }

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

background-color css

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

 a { background-color: rgb(214,133,238); }

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

border-color css

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

 span { border-color: rgb(214,133,238); }

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