Html Css Color HEX #D68AF1 Heliotrope

📋 copy color: '#D68AF1'

red 214 ◦ green 138 ◦ blue 241

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

Shades of Heliotrope #D68AF1

Tints of Heliotrope #D68AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.64%

R = 36.09%
G = 23.27%
B = 40.64%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D68AF1 (or 0xD68AF1) is known color: Heliotrope. HEX triplet: D6, 8A and F1. RGB value is (214,138,241). Sum of RGB (Red+Green+Blue) = 214+138+241=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #D68AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AF1 is #29750E. Grayscale: #ACACAC. Windows color (decimal): -2716943 or 15829718. OLE color: 15829718.

HSL color Cylindrical-coordinate representation of color #D68AF1: hue angle of 284.27º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68AF1 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 138 241 -
CMYK 0.11 0.43 0 0.05
HSL 284.27º 0.79% 0.74% -
HSV(B) 284.27º 0.43% 0.95% -
XYZ 52.7 38.82 87.94 -
YUV 172.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 214 138 241 0.11 0.43 0 0.05 284.27 0.79 0.74
Hex D6 8A F1 B 2B 0 5 11C 4F 4A
Octal 326 212 361 13 53 0 5 434 117 112
Binary 11010110 10001010 11110001 1011 101011 0 101 100011100 1001111 1001010

Color Harmonies of #D68AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AF1

Black with #D68AF1

Text Example


Text Example

White with #D68AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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