Html Css Color HEX #D67FFA Heliotrope

📋 copy color: '#D67FFA'

red 214 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #D67FFA

Tints of Heliotrope #D67FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 36.21%
G = 21.49%
B = 42.3%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D67FFA (or 0xD67FFA) is known color: Heliotrope. HEX triplet: D6, 7F and FA. RGB value is (214,127,250). Sum of RGB (Red+Green+Blue) = 214+127+250=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #D67FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67FFA is #298005. Grayscale: #A6A6A6. Windows color (decimal): -2719750 or 16416726. OLE color: 16416726.

HSL color Cylindrical-coordinate representation of color #D67FFA: hue angle of 282.44º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D67FFA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 127 250 -
CMYK 0.14 0.49 0 0.02
HSL 282.44º 0.92% 0.74% -
HSV(B) 282.44º 0.49% 0.98% -
XYZ 52.58 36.38 94.69 -
YUV 167.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 214 127 250 0.14 0.49 0 0.02 282.44 0.92 0.74
Hex D6 7F FA E 31 0 2 11A 5C 4A
Octal 326 177 372 16 61 0 2 432 134 112
Binary 11010110 1111111 11111010 1110 110001 0 10 100011010 1011100 1001010

Color Harmonies of #D67FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FFA

Black with #D67FFA

Text Example


Text Example

White with #D67FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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