Html Css Color HEX #D68AFD Heliotrope

📋 copy color: '#D68AFD'

red 214 ◦ green 138 ◦ blue 253

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

Shades of Heliotrope #D68AFD

Tints of Heliotrope #D68AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 35.37%
G = 22.81%
B = 41.82%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D68AFD (or 0xD68AFD) is known color: Heliotrope. HEX triplet: D6, 8A and FD. RGB value is (214,138,253). Sum of RGB (Red+Green+Blue) = 214+138+253=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #D68AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AFD is #297502. Grayscale: #ADADAD. Windows color (decimal): -2716931 or 16616150. OLE color: 16616150.

HSL color Cylindrical-coordinate representation of color #D68AFD: hue angle of 279.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68AFD is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 138 253 -
CMYK 0.15 0.45 0 0.01
HSL 279.65º 0.97% 0.77% -
HSV(B) 279.65º 0.45% 0.99% -
XYZ 54.55 39.56 97.69 -
YUV 173.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 214 138 253 0.15 0.45 0 0.01 279.65 0.97 0.77
Hex D6 8A FD F 2D 0 1 118 61 4D
Octal 326 212 375 17 55 0 1 430 141 115
Binary 11010110 10001010 11111101 1111 101101 0 1 100011000 1100001 1001101

Color Harmonies of #D68AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AFD

Black with #D68AFD

Text Example


Text Example

White with #D68AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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