Html Css Color HEX #D67AFF Heliotrope

📋 copy color: '#D67AFF'

red 214 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #D67AFF

Tints of Heliotrope #D67AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.15%

R = 36.21%
G = 20.64%
B = 43.15%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D67AFF (or 0xD67AFF) is known color: Heliotrope. HEX triplet: D6, 7A and FF. RGB value is (214,122,255). Sum of RGB (Red+Green+Blue) = 214+122+255=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #D67AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67AFF is #298500. Grayscale: #A4A4A4. Windows color (decimal): -2721025 or 16743126. OLE color: 16743126.

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

Color convert

RGB 214 122 255 -
CMYK 0.16 0.52 0 0
HSL 281.5º 1% 0.74% -
HSV(B) 281.5º 0.52% 1% -
XYZ 52.74 35.44 98.67 -
YUV 164.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 214 122 255 0.16 0.52 0 0 281.5 1 0.74
Hex D6 7A FF 10 34 0 0 11A 64 4A
Octal 326 172 377 20 64 0 0 432 144 112
Binary 11010110 1111010 11111111 10000 110100 0 0 100011010 1100100 1001010

Color Harmonies of #D67AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AFF

Black with #D67AFF

Text Example


Text Example

White with #D67AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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