Html Css Color HEX #D67FEA Heliotrope

📋 copy color: '#D67FEA'

red 214 ◦ green 127 ◦ blue 234

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

Shades of Heliotrope #D67FEA

Tints of Heliotrope #D67FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.09%

 BLUE value IS 234 (91.8% from 255) = 40.7%

R = 37.22%
G = 22.09%
B = 40.7%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D67FEA (or 0xD67FEA) is known color: Heliotrope. HEX triplet: D6, 7F and EA. RGB value is (214,127,234). Sum of RGB (Red+Green+Blue) = 214+127+234=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #D67FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67FEA is #298015. Grayscale: #A4A4A4. Windows color (decimal): -2719766 or 15368150. OLE color: 15368150.

HSL color Cylindrical-coordinate representation of color #D67FEA: hue angle of 288.79º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67FEA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 127 234 -
CMYK 0.09 0.46 0 0.08
HSL 288.79º 0.72% 0.71% -
HSV(B) 288.79º 0.46% 0.92% -
XYZ 50.17 35.42 82.03 -
YUV 165.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 214 127 234 0.09 0.46 0 0.08 288.79 0.72 0.71
Hex D6 7F EA 9 2E 0 8 121 48 47
Octal 326 177 352 11 56 0 10 441 110 107
Binary 11010110 1111111 11101010 1001 101110 0 1000 100100001 1001000 1000111

Color Harmonies of #D67FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FEA

Black with #D67FEA

Text Example


Text Example

White with #D67FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FEA; }

 p { color: rgb(214,127,234); }

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

background-color css

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

 a { background-color: rgb(214,127,234); }

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

border-color css

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

 span { border-color: rgb(214,127,234); }

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