Html Css Color HEX #D668EC Heliotrope

📋 copy color: '#D668EC'

red 214 ◦ green 104 ◦ blue 236

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

Shades of Heliotrope #D668EC

Tints of Heliotrope #D668EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.77%

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 38.63%
G = 18.77%
B = 42.6%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D668EC (or 0xD668EC) is known color: Heliotrope. HEX triplet: D6, 68 and EC. RGB value is (214,104,236). Sum of RGB (Red+Green+Blue) = 214+104+236=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #D668EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D668EC is #299713. Grayscale: #979797. Windows color (decimal): -2725652 or 15493334. OLE color: 15493334.

HSL color Cylindrical-coordinate representation of color #D668EC: hue angle of 290º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D668EC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 104 236 -
CMYK 0.09 0.56 0 0.07
HSL 290º 0.78% 0.67% -
HSV(B) 290º 0.56% 0.93% -
XYZ 47.82 30.25 82.68 -
YUV 151.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 214 104 236 0.09 0.56 0 0.07 290 0.78 0.67
Hex D6 68 EC 9 38 0 7 122 4E 43
Octal 326 150 354 11 70 0 7 442 116 103
Binary 11010110 1101000 11101100 1001 111000 0 111 100100010 1001110 1000011

Color Harmonies of #D668EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668EC

Black with #D668EC

Text Example


Text Example

White with #D668EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668EC; }

 p { color: rgb(214,104,236); }

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

background-color css

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

 a { background-color: rgb(214,104,236); }

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

border-color css

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

 span { border-color: rgb(214,104,236); }

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