Html Css Color HEX #D68DFB Heliotrope

📋 copy color: '#D68DFB'

red 214 ◦ green 141 ◦ blue 251

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

Shades of Heliotrope #D68DFB

Tints of Heliotrope #D68DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.42%

R = 35.31%
G = 23.27%
B = 41.42%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D68DFB (or 0xD68DFB) is known color: Heliotrope. HEX triplet: D6, 8D and FB. RGB value is (214,141,251). Sum of RGB (Red+Green+Blue) = 214+141+251=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #D68DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DFB is #297204. Grayscale: #AFAFAF. Windows color (decimal): -2716165 or 16485846. OLE color: 16485846.

HSL color Cylindrical-coordinate representation of color #D68DFB: hue angle of 279.82º degrees, saturation: 0.93, 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 #D68DFB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 141 251 -
CMYK 0.15 0.44 0 0.02
HSL 279.82º 0.93% 0.77% -
HSV(B) 279.82º 0.44% 0.98% -
XYZ 54.67 40.31 96.17 -
YUV 175.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 214 141 251 0.15 0.44 0 0.02 279.82 0.93 0.77
Hex D6 8D FB F 2C 0 2 118 5D 4D
Octal 326 215 373 17 54 0 2 430 135 115
Binary 11010110 10001101 11111011 1111 101100 0 10 100011000 1011101 1001101

Color Harmonies of #D68DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DFB

Black with #D68DFB

Text Example


Text Example

White with #D68DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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