Html Css Color HEX #D68AFE Heliotrope

📋 copy color: '#D68AFE'

red 214 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #D68AFE

Tints of Heliotrope #D68AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.77%

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

R = 35.31%
G = 22.77%
B = 41.91%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D68AFE (or 0xD68AFE) is known color: Heliotrope. HEX triplet: D6, 8A and FE. RGB value is (214,138,254). Sum of RGB (Red+Green+Blue) = 214+138+254=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #D68AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AFE is #297501. Grayscale: #ADADAD. Windows color (decimal): -2716930 or 16681686. OLE color: 16681686.

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

Color convert

RGB 214 138 254 -
CMYK 0.16 0.46 0 0.00
HSL 279.31º 0.98% 0.77% -
HSV(B) 279.31º 0.46% 1% -
XYZ 54.71 39.63 98.53 -
YUV 173.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 214 138 254 0.16 0.46 0 0.00 279.31 0.98 0.77
Hex D6 8A FE 10 2E 0 0 117 62 4D
Octal 326 212 376 20 56 0 0 427 142 115
Binary 11010110 10001010 11111110 10000 101110 0 0 100010111 1100010 1001101

Color Harmonies of #D68AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AFE

Black with #D68AFE

Text Example


Text Example

White with #D68AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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