Html Css Color HEX #D67DFE Heliotrope

📋 copy color: '#D67DFE'

red 214 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #D67DFE

Tints of Heliotrope #D67DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.08%

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

R = 36.09%
G = 21.08%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D67DFE (or 0xD67DFE) is known color: Heliotrope. HEX triplet: D6, 7D and FE. RGB value is (214,125,254). Sum of RGB (Red+Green+Blue) = 214+125+254=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #D67DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DFE is #298201. Grayscale: #A5A5A5. Windows color (decimal): -2720258 or 16678358. OLE color: 16678358.

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

Color convert

RGB 214 125 254 -
CMYK 0.16 0.51 0 0.00
HSL 281.4º 0.98% 0.74% -
HSV(B) 281.4º 0.51% 1% -
XYZ 52.95 36.12 97.95 -
YUV 166.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 214 125 254 0.16 0.51 0 0.00 281.4 0.98 0.74
Hex D6 7D FE 10 33 0 0 119 62 4A
Octal 326 175 376 20 63 0 0 431 142 112
Binary 11010110 1111101 11111110 10000 110011 0 0 100011001 1100010 1001010

Color Harmonies of #D67DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DFE

Black with #D67DFE

Text Example


Text Example

White with #D67DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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