Html Css Color HEX #D26BEB Heliotrope

📋 copy color: '#D26BEB'

red 210 ◦ green 107 ◦ blue 235

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

Shades of Heliotrope #D26BEB

Tints of Heliotrope #D26BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.38%

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 38.04%
G = 19.38%
B = 42.57%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D26BEB (or 0xD26BEB) is known color: Heliotrope. HEX triplet: D2, 6B and EB. RGB value is (210,107,235). Sum of RGB (Red+Green+Blue) = 210+107+235=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #D26BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26BEB is #2D9414. Grayscale: #979797. Windows color (decimal): -2987029 or 15428562. OLE color: 15428562.

HSL color Cylindrical-coordinate representation of color #D26BEB: hue angle of 288.28º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26BEB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 107 235 -
CMYK 0.11 0.54 0 0.08
HSL 288.28º 0.76% 0.67% -
HSV(B) 288.28º 0.54% 0.92% -
XYZ 46.83 30.22 81.96 -
YUV 152.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 210 107 235 0.11 0.54 0 0.08 288.28 0.76 0.67
Hex D2 6B EB B 36 0 8 120 4C 43
Octal 322 153 353 13 66 0 10 440 114 103
Binary 11010010 1101011 11101011 1011 110110 0 1000 100100000 1001100 1000011

Color Harmonies of #D26BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BEB

Black with #D26BEB

Text Example


Text Example

White with #D26BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BEB; }

 p { color: rgb(210,107,235); }

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

background-color css

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

 a { background-color: rgb(210,107,235); }

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

border-color css

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

 span { border-color: rgb(210,107,235); }

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