Html Css Color HEX #D268ED Heliotrope

📋 copy color: '#D268ED'

red 210 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #D268ED

Tints of Heliotrope #D268ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 38.11%
G = 18.87%
B = 43.01%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D268ED (or 0xD268ED) is known color: Heliotrope. HEX triplet: D2, 68 and ED. RGB value is (210,104,237). Sum of RGB (Red+Green+Blue) = 210+104+237=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #D268ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D268ED is #2D9712. Grayscale: #969696. Windows color (decimal): -2987795 or 15558866. OLE color: 15558866.

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

Color convert

RGB 210 104 237 -
CMYK 0.11 0.56 0 0.07
HSL 287.82º 0.79% 0.67% -
HSV(B) 287.82º 0.56% 0.93% -
XYZ 46.81 29.72 83.39 -
YUV 150.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 210 104 237 0.11 0.56 0 0.07 287.82 0.79 0.67
Hex D2 68 ED B 38 0 7 120 4F 43
Octal 322 150 355 13 70 0 7 440 117 103
Binary 11010010 1101000 11101101 1011 111000 0 111 100100000 1001111 1000011

Color Harmonies of #D268ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268ED

Black with #D268ED

Text Example


Text Example

White with #D268ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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