Html Css Color HEX #D68AEF Heliotrope

📋 copy color: '#D68AEF'

red 214 ◦ green 138 ◦ blue 239

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

Shades of Heliotrope #D68AEF

Tints of Heliotrope #D68AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.35%

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

R = 36.21%
G = 23.35%
B = 40.44%

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

#D68AEF (or 0xD68AEF) is known color: Heliotrope. HEX triplet: D6, 8A and EF. RGB value is (214,138,239). Sum of RGB (Red+Green+Blue) = 214+138+239=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #D68AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AEF is #297510. Grayscale: #ABABAB. Windows color (decimal): -2716945 or 15698646. OLE color: 15698646.

HSL color Cylindrical-coordinate representation of color #D68AEF: hue angle of 285.15º 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 #D68AEF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 138 239 -
CMYK 0.10 0.42 0 0.06
HSL 285.15º 0.76% 0.74% -
HSV(B) 285.15º 0.42% 0.94% -
XYZ 52.4 38.71 86.37 -
YUV 172.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 214 138 239 0.10 0.42 0 0.06 285.15 0.76 0.74
Hex D6 8A EF A 2A 0 6 11D 4C 4A
Octal 326 212 357 12 52 0 6 435 114 112
Binary 11010110 10001010 11101111 1010 101010 0 110 100011101 1001100 1001010

Color Harmonies of #D68AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AEF

Black with #D68AEF

Text Example


Text Example

White with #D68AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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