Html Css Color HEX #D68DFC Heliotrope

📋 copy color: '#D68DFC'

red 214 ◦ green 141 ◦ blue 252

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

Shades of Heliotrope #D68DFC

Tints of Heliotrope #D68DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.52%

R = 35.26%
G = 23.23%
B = 41.52%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D68DFC (or 0xD68DFC) is known color: Heliotrope. HEX triplet: D6, 8D and FC. RGB value is (214,141,252). Sum of RGB (Red+Green+Blue) = 214+141+252=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #D68DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DFC is #297203. Grayscale: #AFAFAF. Windows color (decimal): -2716164 or 16551382. OLE color: 16551382.

HSL color Cylindrical-coordinate representation of color #D68DFC: hue angle of 279.46º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68DFC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 141 252 -
CMYK 0.15 0.44 0 0.01
HSL 279.46º 0.95% 0.77% -
HSV(B) 279.46º 0.44% 0.99% -
XYZ 54.83 40.37 97 -
YUV 175.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 214 141 252 0.15 0.44 0 0.01 279.46 0.95 0.77
Hex D6 8D FC F 2C 0 1 117 5F 4D
Octal 326 215 374 17 54 0 1 427 137 115
Binary 11010110 10001101 11111100 1111 101100 0 1 100010111 1011111 1001101

Color Harmonies of #D68DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DFC

Black with #D68DFC

Text Example


Text Example

White with #D68DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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