Html Css Color HEX #D268EE Heliotrope

📋 copy color: '#D268EE'

red 210 ◦ green 104 ◦ blue 238

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

Shades of Heliotrope #D268EE

Tints of Heliotrope #D268EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 38.04%
G = 18.84%
B = 43.12%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D268EE (or 0xD268EE) is known color: Heliotrope. HEX triplet: D2, 68 and EE. RGB value is (210,104,238). Sum of RGB (Red+Green+Blue) = 210+104+238=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #D268EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D268EE is #2D9711. Grayscale: #969696. Windows color (decimal): -2987794 or 15624402. OLE color: 15624402.

HSL color Cylindrical-coordinate representation of color #D268EE: hue angle of 287.46º degrees, saturation: 0.8, 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 #D268EE is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 104 238 -
CMYK 0.12 0.56 0 0.07
HSL 287.46º 0.8% 0.67% -
HSV(B) 287.46º 0.56% 0.93% -
XYZ 46.96 29.78 84.16 -
YUV 150.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 210 104 238 0.12 0.56 0 0.07 287.46 0.8 0.67
Hex D2 68 EE C 38 0 7 11F 50 43
Octal 322 150 356 14 70 0 7 437 120 103
Binary 11010010 1101000 11101110 1100 111000 0 111 100011111 1010000 1000011

Color Harmonies of #D268EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268EE

Black with #D268EE

Text Example


Text Example

White with #D268EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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