Html Css Color HEX #D67DEA Heliotrope

📋 copy color: '#D67DEA'

red 214 ◦ green 125 ◦ blue 234

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

Shades of Heliotrope #D67DEA

Tints of Heliotrope #D67DEA

RGB

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

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

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

R = 37.35%
G = 21.82%
B = 40.84%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D67DEA (or 0xD67DEA) is known color: Heliotrope. HEX triplet: D6, 7D and EA. RGB value is (214,125,234). Sum of RGB (Red+Green+Blue) = 214+125+234=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #D67DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DEA is #298215. Grayscale: #A3A3A3. Windows color (decimal): -2720278 or 15367638. OLE color: 15367638.

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

Color convert

RGB 214 125 234 -
CMYK 0.09 0.47 0 0.08
HSL 288.99º 0.72% 0.7% -
HSV(B) 288.99º 0.47% 0.92% -
XYZ 49.92 34.9 81.95 -
YUV 164.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 214 125 234 0.09 0.47 0 0.08 288.99 0.72 0.7
Hex D6 7D EA 9 2F 0 8 121 48 46
Octal 326 175 352 11 57 0 10 441 110 106
Binary 11010110 1111101 11101010 1001 101111 0 1000 100100001 1001000 1000110

Color Harmonies of #D67DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DEA

Black with #D67DEA

Text Example


Text Example

White with #D67DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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