Html Css Color HEX #D68AED Heliotrope

📋 copy color: '#D68AED'

red 214 ◦ green 138 ◦ blue 237

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

Shades of Heliotrope #D68AED

Tints of Heliotrope #D68AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 36.33%
G = 23.43%
B = 40.24%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D68AED (or 0xD68AED) is known color: Heliotrope. HEX triplet: D6, 8A and ED. RGB value is (214,138,237). Sum of RGB (Red+Green+Blue) = 214+138+237=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #D68AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AED is #297512. Grayscale: #ABABAB. Windows color (decimal): -2716947 or 15567574. OLE color: 15567574.

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

Color convert

RGB 214 138 237 -
CMYK 0.10 0.42 0 0.07
HSL 286.06º 0.73% 0.74% -
HSV(B) 286.06º 0.42% 0.93% -
XYZ 52.11 38.59 84.82 -
YUV 172.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 214 138 237 0.10 0.42 0 0.07 286.06 0.73 0.74
Hex D6 8A ED A 2A 0 7 11E 49 4A
Octal 326 212 355 12 52 0 7 436 111 112
Binary 11010110 10001010 11101101 1010 101010 0 111 100011110 1001001 1001010

Color Harmonies of #D68AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AED

Black with #D68AED

Text Example


Text Example

White with #D68AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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