Html Css Color HEX #D26EBD Orchid

📋 copy color: '#D26EBD'

red 210 ◦ green 110 ◦ blue 189

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

Shades of Orchid #D26EBD

Tints of Orchid #D26EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 41.26%
G = 21.61%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D26EBD (or 0xD26EBD) is known color: Orchid. HEX triplet: D2, 6E and BD. RGB value is (210,110,189). Sum of RGB (Red+Green+Blue) = 210+110+189=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EBD is #2D9142. Grayscale: #949494. Windows color (decimal): -2986307 or 12414674. OLE color: 12414674.

HSL color Cylindrical-coordinate representation of color #D26EBD: hue angle of 312.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 #D26EBD is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 110 189 -
CMYK 0 0.48 0.10 0.18
HSL 312.6º 0.53% 0.63% -
HSV(B) 312.6º 0.48% 0.82% -
XYZ 41.34 28.53 51.47 -
YUV 148.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 210 110 189 0 0.48 0.10 0.18 312.6 0.53 0.63
Hex D2 6E BD 0 30 A 12 139 35 3F
Octal 322 156 275 0 60 12 22 471 65 77
Binary 11010010 1101110 10111101 0 110000 1010 10010 100111001 110101 111111

Color Harmonies of #D26EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EBD

Black with #D26EBD

Text Example


Text Example

White with #D26EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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