Html Css Color HEX #D67DFD Heliotrope

📋 copy color: '#D67DFD'

red 214 ◦ green 125 ◦ blue 253

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

Shades of Heliotrope #D67DFD

Tints of Heliotrope #D67DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 36.15%
G = 21.11%
B = 42.74%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D67DFD (or 0xD67DFD) is known color: Heliotrope. HEX triplet: D6, 7D and FD. RGB value is (214,125,253). Sum of RGB (Red+Green+Blue) = 214+125+253=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #D67DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DFD is #298202. Grayscale: #A5A5A5. Windows color (decimal): -2720259 or 16612822. OLE color: 16612822.

HSL color Cylindrical-coordinate representation of color #D67DFD: hue angle of 281.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D67DFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 125 253 -
CMYK 0.15 0.51 0 0.01
HSL 281.72º 0.97% 0.74% -
HSV(B) 281.72º 0.51% 0.99% -
XYZ 52.79 36.06 97.11 -
YUV 166.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 214 125 253 0.15 0.51 0 0.01 281.72 0.97 0.74
Hex D6 7D FD F 33 0 1 11A 61 4A
Octal 326 175 375 17 63 0 1 432 141 112
Binary 11010110 1111101 11111101 1111 110011 0 1 100011010 1100001 1001010

Color Harmonies of #D67DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DFD

Black with #D67DFD

Text Example


Text Example

White with #D67DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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