Html Css Color HEX #D68AFA Heliotrope

📋 copy color: '#D68AFA'

red 214 ◦ green 138 ◦ blue 250

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

Shades of Heliotrope #D68AFA

Tints of Heliotrope #D68AFA

RGB

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

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

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

R = 35.55%
G = 22.92%
B = 41.53%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D68AFA (or 0xD68AFA) is known color: Heliotrope. HEX triplet: D6, 8A and FA. RGB value is (214,138,250). Sum of RGB (Red+Green+Blue) = 214+138+250=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #D68AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AFA is #297505. Grayscale: #ADADAD. Windows color (decimal): -2716934 or 16419542. OLE color: 16419542.

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

Color convert

RGB 214 138 250 -
CMYK 0.14 0.45 0 0.02
HSL 280.71º 0.92% 0.76% -
HSV(B) 280.71º 0.45% 0.98% -
XYZ 54.08 39.38 95.19 -
YUV 173.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 214 138 250 0.14 0.45 0 0.02 280.71 0.92 0.76
Hex D6 8A FA E 2D 0 2 119 5C 4C
Octal 326 212 372 16 55 0 2 431 134 114
Binary 11010110 10001010 11111010 1110 101101 0 10 100011001 1011100 1001100

Color Harmonies of #D68AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AFA

Black with #D68AFA

Text Example


Text Example

White with #D68AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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