Html Css Color HEX #D68BEF Heliotrope

📋 copy color: '#D68BEF'

red 214 ◦ green 139 ◦ blue 239

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

Shades of Heliotrope #D68BEF

Tints of Heliotrope #D68BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.48%

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 36.15%
G = 23.48%
B = 40.37%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D68BEF (or 0xD68BEF) is known color: Heliotrope. HEX triplet: D6, 8B and EF. RGB value is (214,139,239). Sum of RGB (Red+Green+Blue) = 214+139+239=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #D68BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BEF is #297410. Grayscale: #ACACAC. Windows color (decimal): -2716689 or 15698902. OLE color: 15698902.

HSL color Cylindrical-coordinate representation of color #D68BEF: hue angle of 285º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D68BEF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 139 239 -
CMYK 0.10 0.42 0 0.06
HSL 285º 0.76% 0.74% -
HSV(B) 285º 0.42% 0.94% -
XYZ 52.54 38.99 86.42 -
YUV 172.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 214 139 239 0.10 0.42 0 0.06 285 0.76 0.74
Hex D6 8B EF A 2A 0 6 11D 4C 4A
Octal 326 213 357 12 52 0 6 435 114 112
Binary 11010110 10001011 11101111 1010 101010 0 110 100011101 1001100 1001010

Color Harmonies of #D68BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BEF

Black with #D68BEF

Text Example


Text Example

White with #D68BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BEF; }

 p { color: rgb(214,139,239); }

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

background-color css

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

 a { background-color: rgb(214,139,239); }

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

border-color css

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

 span { border-color: rgb(214,139,239); }

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