Html Css Color HEX #D68FFE Heliotrope

📋 copy color: '#D68FFE'

red 214 ◦ green 143 ◦ blue 254

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

Shades of Heliotrope #D68FFE

Tints of Heliotrope #D68FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 35.02%
G = 23.4%
B = 41.57%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D68FFE (or 0xD68FFE) is known color: Heliotrope. HEX triplet: D6, 8F and FE. RGB value is (214,143,254). Sum of RGB (Red+Green+Blue) = 214+143+254=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #D68FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FFE is #297001. Grayscale: #B0B0B0. Windows color (decimal): -2715650 or 16682966. OLE color: 16682966.

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

Color convert

RGB 214 143 254 -
CMYK 0.16 0.44 0 0.00
HSL 278.38º 0.98% 0.78% -
HSV(B) 278.38º 0.44% 1% -
XYZ 55.44 41.1 98.78 -
YUV 176.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 214 143 254 0.16 0.44 0 0.00 278.38 0.98 0.78
Hex D6 8F FE 10 2C 0 0 116 62 4E
Octal 326 217 376 20 54 0 0 426 142 116
Binary 11010110 10001111 11111110 10000 101100 0 0 100010110 1100010 1001110

Color Harmonies of #D68FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FFE

Black with #D68FFE

Text Example


Text Example

White with #D68FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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