Html Css Color HEX #D268EF Heliotrope

📋 copy color: '#D268EF'

red 210 ◦ green 104 ◦ blue 239

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

Shades of Heliotrope #D268EF

Tints of Heliotrope #D268EF

RGB

 RED value IS 210 (82.42% from 255) = 37.97%

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 37.97%
G = 18.81%
B = 43.22%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D268EF (or 0xD268EF) is known color: Heliotrope. HEX triplet: D2, 68 and EF. RGB value is (210,104,239). Sum of RGB (Red+Green+Blue) = 210+104+239=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #D268EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D268EF is #2D9710. Grayscale: #969696. Windows color (decimal): -2987793 or 15689938. OLE color: 15689938.

HSL color Cylindrical-coordinate representation of color #D268EF: hue angle of 287.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D268EF is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 104 239 -
CMYK 0.12 0.56 0 0.06
HSL 287.11º 0.81% 0.67% -
HSV(B) 287.11º 0.56% 0.94% -
XYZ 47.11 29.83 84.94 -
YUV 151.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 210 104 239 0.12 0.56 0 0.06 287.11 0.81 0.67
Hex D2 68 EF C 38 0 6 11F 51 43
Octal 322 150 357 14 70 0 6 437 121 103
Binary 11010010 1101000 11101111 1100 111000 0 110 100011111 1010001 1000011

Color Harmonies of #D268EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268EF

Black with #D268EF

Text Example


Text Example

White with #D268EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268EF; }

 p { color: rgb(210,104,239); }

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

background-color css

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

 a { background-color: rgb(210,104,239); }

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

border-color css

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

 span { border-color: rgb(210,104,239); }

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