Html Css Color HEX #D67AF2 Heliotrope

📋 copy color: '#D67AF2'

red 214 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #D67AF2

Tints of Heliotrope #D67AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.87%

R = 37.02%
G = 21.11%
B = 41.87%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D67AF2 (or 0xD67AF2) is known color: Heliotrope. HEX triplet: D6, 7A and F2. RGB value is (214,122,242). Sum of RGB (Red+Green+Blue) = 214+122+242=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #D67AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67AF2 is #29850D. Grayscale: #A2A2A2. Windows color (decimal): -2721038 or 15891158. OLE color: 15891158.

HSL color Cylindrical-coordinate representation of color #D67AF2: hue angle of 286º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67AF2 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 122 242 -
CMYK 0.12 0.50 0 0.05
HSL 286º 0.82% 0.71% -
HSV(B) 286º 0.5% 0.95% -
XYZ 50.72 34.63 88.01 -
YUV 163.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 214 122 242 0.12 0.50 0 0.05 286 0.82 0.71
Hex D6 7A F2 C 32 0 5 11E 52 47
Octal 326 172 362 14 62 0 5 436 122 107
Binary 11010110 1111010 11110010 1100 110010 0 101 100011110 1010010 1000111

Color Harmonies of #D67AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AF2

Black with #D67AF2

Text Example


Text Example

White with #D67AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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