Html Css Color HEX #D67AFE Heliotrope

📋 copy color: '#D67AFE'

red 214 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #D67AFE

Tints of Heliotrope #D67AFE

RGB

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

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

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

R = 36.27%
G = 20.68%
B = 43.05%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D67AFE (or 0xD67AFE) is known color: Heliotrope. HEX triplet: D6, 7A and FE. RGB value is (214,122,254). Sum of RGB (Red+Green+Blue) = 214+122+254=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #D67AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67AFE is #298501. Grayscale: #A4A4A4. Windows color (decimal): -2721026 or 16677590. OLE color: 16677590.

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

Color convert

RGB 214 122 254 -
CMYK 0.16 0.52 0 0.00
HSL 281.82º 0.99% 0.74% -
HSV(B) 281.82º 0.52% 1% -
XYZ 52.58 35.37 97.82 -
YUV 164.56 178.48 163.27 -
System Red Green Blue C M Y K H S L
Decimal 214 122 254 0.16 0.52 0 0.00 281.82 0.99 0.74
Hex D6 7A FE 10 34 0 0 11A 63 4A
Octal 326 172 376 20 64 0 0 432 143 112
Binary 11010110 1111010 11111110 10000 110100 0 0 100011010 1100011 1001010

Color Harmonies of #D67AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AFE

Black with #D67AFE

Text Example


Text Example

White with #D67AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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