Html Css Color HEX #D68BFE Heliotrope

📋 copy color: '#D68BFE'

red 214 ◦ green 139 ◦ blue 254

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

Shades of Heliotrope #D68BFE

Tints of Heliotrope #D68BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.9%

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

R = 35.26%
G = 22.9%
B = 41.85%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D68BFE (or 0xD68BFE) is known color: Heliotrope. HEX triplet: D6, 8B and FE. RGB value is (214,139,254). Sum of RGB (Red+Green+Blue) = 214+139+254=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D68BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BFE is #297401. Grayscale: #AEAEAE. Windows color (decimal): -2716674 or 16681942. OLE color: 16681942.

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

Color convert

RGB 214 139 254 -
CMYK 0.16 0.45 0 0.00
HSL 279.13º 0.98% 0.77% -
HSV(B) 279.13º 0.45% 1% -
XYZ 54.85 39.92 98.58 -
YUV 174.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 214 139 254 0.16 0.45 0 0.00 279.13 0.98 0.77
Hex D6 8B FE 10 2D 0 0 117 62 4D
Octal 326 213 376 20 55 0 0 427 142 115
Binary 11010110 10001011 11111110 10000 101101 0 0 100010111 1100010 1001101

Color Harmonies of #D68BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BFE

Black with #D68BFE

Text Example


Text Example

White with #D68BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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