Html Css Color HEX #D68DFD Heliotrope

📋 copy color: '#D68DFD'

red 214 ◦ green 141 ◦ blue 253

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

Shades of Heliotrope #D68DFD

Tints of Heliotrope #D68DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.61%

R = 35.2%
G = 23.19%
B = 41.61%

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

#D68DFD (or 0xD68DFD) is known color: Heliotrope. HEX triplet: D6, 8D and FD. RGB value is (214,141,253). Sum of RGB (Red+Green+Blue) = 214+141+253=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #D68DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DFD is #297202. Grayscale: #AFAFAF. Windows color (decimal): -2716163 or 16616918. OLE color: 16616918.

HSL color Cylindrical-coordinate representation of color #D68DFD: hue angle of 279.11º degrees, saturation: 0.97, 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 #D68DFD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 141 253 -
CMYK 0.15 0.44 0 0.01
HSL 279.11º 0.97% 0.77% -
HSV(B) 279.11º 0.44% 0.99% -
XYZ 54.99 40.44 97.84 -
YUV 175.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 214 141 253 0.15 0.44 0 0.01 279.11 0.97 0.77
Hex D6 8D FD F 2C 0 1 117 61 4D
Octal 326 215 375 17 54 0 1 427 141 115
Binary 11010110 10001101 11111101 1111 101100 0 1 100010111 1100001 1001101

Color Harmonies of #D68DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DFD

Black with #D68DFD

Text Example


Text Example

White with #D68DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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