Html Css Color HEX #D68DFF Heliotrope

📋 copy color: '#D68DFF'

red 214 ◦ green 141 ◦ blue 255

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

Shades of Heliotrope #D68DFF

Tints of Heliotrope #D68DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.8%

R = 35.08%
G = 23.11%
B = 41.8%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D68DFF (or 0xD68DFF) is known color: Heliotrope. HEX triplet: D6, 8D and FF. RGB value is (214,141,255). Sum of RGB (Red+Green+Blue) = 214+141+255=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D68DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DFF is #297200. Grayscale: #AFAFAF. Windows color (decimal): -2716161 or 16747990. OLE color: 16747990.

HSL color Cylindrical-coordinate representation of color #D68DFF: hue angle of 278.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68DFF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 141 255 -
CMYK 0.16 0.45 0 0
HSL 278.42º 1% 0.78% -
HSV(B) 278.42º 0.45% 1% -
XYZ 55.31 40.57 99.52 -
YUV 175.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 214 141 255 0.16 0.45 0 0 278.42 1 0.78
Hex D6 8D FF 10 2D 0 0 116 64 4E
Octal 326 215 377 20 55 0 0 426 144 116
Binary 11010110 10001101 11111111 10000 101101 0 0 100010110 1100100 1001110

Color Harmonies of #D68DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DFF

Black with #D68DFF

Text Example


Text Example

White with #D68DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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