Html Css Color HEX #D68FFA Heliotrope

📋 copy color: '#D68FFA'

red 214 ◦ green 143 ◦ blue 250

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

Shades of Heliotrope #D68FFA

Tints of Heliotrope #D68FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 35.26%
G = 23.56%
B = 41.19%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D68FFA (or 0xD68FFA) is known color: Heliotrope. HEX triplet: D6, 8F and FA. RGB value is (214,143,250). Sum of RGB (Red+Green+Blue) = 214+143+250=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D68FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FFA is #297005. Grayscale: #B0B0B0. Windows color (decimal): -2715654 or 16420822. OLE color: 16420822.

HSL color Cylindrical-coordinate representation of color #D68FFA: hue angle of 279.81º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68FFA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 143 250 -
CMYK 0.14 0.43 0 0.02
HSL 279.81º 0.91% 0.77% -
HSV(B) 279.81º 0.43% 0.98% -
XYZ 54.81 40.84 95.44 -
YUV 176.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 214 143 250 0.14 0.43 0 0.02 279.81 0.91 0.77
Hex D6 8F FA E 2B 0 2 118 5B 4D
Octal 326 217 372 16 53 0 2 430 133 115
Binary 11010110 10001111 11111010 1110 101011 0 10 100011000 1011011 1001101

Color Harmonies of #D68FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FFA

Black with #D68FFA

Text Example


Text Example

White with #D68FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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