Html Css Color HEX #D68DFA Heliotrope

📋 copy color: '#D68DFA'

red 214 ◦ green 141 ◦ blue 250

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

Shades of Heliotrope #D68DFA

Tints of Heliotrope #D68DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.31%

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 35.37%
G = 23.31%
B = 41.32%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D68DFA (or 0xD68DFA) is known color: Heliotrope. HEX triplet: D6, 8D and FA. RGB value is (214,141,250). Sum of RGB (Red+Green+Blue) = 214+141+250=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D68DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DFA is #297205. Grayscale: #AEAEAE. Windows color (decimal): -2716166 or 16420310. OLE color: 16420310.

HSL color Cylindrical-coordinate representation of color #D68DFA: hue angle of 280.18º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68DFA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 141 250 -
CMYK 0.14 0.44 0 0.02
HSL 280.18º 0.92% 0.77% -
HSV(B) 280.18º 0.44% 0.98% -
XYZ 54.51 40.25 95.34 -
YUV 175.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 214 141 250 0.14 0.44 0 0.02 280.18 0.92 0.77
Hex D6 8D FA E 2C 0 2 118 5C 4D
Octal 326 215 372 16 54 0 2 430 134 115
Binary 11010110 10001101 11111010 1110 101100 0 10 100011000 1011100 1001101

Color Harmonies of #D68DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DFA

Black with #D68DFA

Text Example


Text Example

White with #D68DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DFA; }

 p { color: rgb(214,141,250); }

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

background-color css

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

 a { background-color: rgb(214,141,250); }

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

border-color css

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

 span { border-color: rgb(214,141,250); }

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