Html Css Color HEX #D67AF1 Heliotrope

📋 copy color: '#D67AF1'

red 214 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #D67AF1

Tints of Heliotrope #D67AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.14%

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

R = 37.09%
G = 21.14%
B = 41.77%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D67AF1 (or 0xD67AF1) is known color: Heliotrope. HEX triplet: D6, 7A and F1. RGB value is (214,122,241). Sum of RGB (Red+Green+Blue) = 214+122+241=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #D67AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67AF1 is #29850E. Grayscale: #A2A2A2. Windows color (decimal): -2721039 or 15825622. OLE color: 15825622.

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

Color convert

RGB 214 122 241 -
CMYK 0.11 0.49 0 0.05
HSL 286.39º 0.81% 0.71% -
HSV(B) 286.39º 0.49% 0.95% -
XYZ 50.57 34.57 87.23 -
YUV 163.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 214 122 241 0.11 0.49 0 0.05 286.39 0.81 0.71
Hex D6 7A F1 B 31 0 5 11E 51 47
Octal 326 172 361 13 61 0 5 436 121 107
Binary 11010110 1111010 11110001 1011 110001 0 101 100011110 1010001 1000111

Color Harmonies of #D67AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AF1

Black with #D67AF1

Text Example


Text Example

White with #D67AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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