Html Css Color HEX #D26EB8 Orchid

📋 copy color: '#D26EB8'

red 210 ◦ green 110 ◦ blue 184

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

Shades of Orchid #D26EB8

Tints of Orchid #D26EB8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.83%

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 41.67%
G = 21.83%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D26EB8 (or 0xD26EB8) is known color: Orchid. HEX triplet: D2, 6E and B8. RGB value is (210,110,184). Sum of RGB (Red+Green+Blue) = 210+110+184=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EB8 is #2D9147. Grayscale: #949494. Windows color (decimal): -2986312 or 12086994. OLE color: 12086994.

HSL color Cylindrical-coordinate representation of color #D26EB8: hue angle of 315.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26EB8 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 110 184 -
CMYK 0 0.48 0.12 0.18
HSL 315.6º 0.53% 0.63% -
HSV(B) 315.6º 0.48% 0.82% -
XYZ 40.81 28.31 48.66 -
YUV 148.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 210 110 184 0 0.48 0.12 0.18 315.6 0.53 0.63
Hex D2 6E B8 0 30 C 12 13C 35 3F
Octal 322 156 270 0 60 14 22 474 65 77
Binary 11010010 1101110 10111000 0 110000 1100 10010 100111100 110101 111111

Color Harmonies of #D26EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EB8

Black with #D26EB8

Text Example


Text Example

White with #D26EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EB8; }

 p { color: rgb(210,110,184); }

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

background-color css

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

 a { background-color: rgb(210,110,184); }

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

border-color css

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

 span { border-color: rgb(210,110,184); }

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