Html Css Color HEX #D26EBC Orchid

📋 copy color: '#D26EBC'

red 210 ◦ green 110 ◦ blue 188

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

Shades of Orchid #D26EBC

Tints of Orchid #D26EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 41.34%
G = 21.65%
B = 37.01%

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

#D26EBC (or 0xD26EBC) is known color: Orchid. HEX triplet: D2, 6E and BC. RGB value is (210,110,188). Sum of RGB (Red+Green+Blue) = 210+110+188=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EBC is #2D9143. Grayscale: #949494. Windows color (decimal): -2986308 or 12349138. OLE color: 12349138.

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

Color convert

RGB 210 110 188 -
CMYK 0 0.48 0.10 0.18
HSL 313.2º 0.53% 0.63% -
HSV(B) 313.2º 0.48% 0.82% -
XYZ 41.23 28.48 50.9 -
YUV 148.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 210 110 188 0 0.48 0.10 0.18 313.2 0.53 0.63
Hex D2 6E BC 0 30 A 12 139 35 3F
Octal 322 156 274 0 60 12 22 471 65 77
Binary 11010010 1101110 10111100 0 110000 1010 10010 100111001 110101 111111

Color Harmonies of #D26EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EBC

Black with #D26EBC

Text Example


Text Example

White with #D26EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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