Html Css Color HEX #D68FFF Heliotrope

📋 copy color: '#D68FFF'

red 214 ◦ green 143 ◦ blue 255

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

Shades of Heliotrope #D68FFF

Tints of Heliotrope #D68FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.37%

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

R = 34.97%
G = 23.37%
B = 41.67%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D68FFF (or 0xD68FFF) is known color: Heliotrope. HEX triplet: D6, 8F and FF. RGB value is (214,143,255). Sum of RGB (Red+Green+Blue) = 214+143+255=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #D68FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FFF is #297000. Grayscale: #B0B0B0. Windows color (decimal): -2715649 or 16748502. OLE color: 16748502.

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

Color convert

RGB 214 143 255 -
CMYK 0.16 0.44 0 0
HSL 278.04º 1% 0.78% -
HSV(B) 278.04º 0.44% 1% -
XYZ 55.6 41.16 99.62 -
YUV 177 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 214 143 255 0.16 0.44 0 0 278.04 1 0.78
Hex D6 8F FF 10 2C 0 0 116 64 4E
Octal 326 217 377 20 54 0 0 426 144 116
Binary 11010110 10001111 11111111 10000 101100 0 0 100010110 1100100 1001110

Color Harmonies of #D68FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FFF

Black with #D68FFF

Text Example


Text Example

White with #D68FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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