Html Css Color HEX #D26EC1 Orchid

📋 copy color: '#D26EC1'

red 210 ◦ green 110 ◦ blue 193

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

Shades of Orchid #D26EC1

Tints of Orchid #D26EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 40.94%
G = 21.44%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D26EC1 (or 0xD26EC1) is known color: Orchid. HEX triplet: D2, 6E and C1. RGB value is (210,110,193). Sum of RGB (Red+Green+Blue) = 210+110+193=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EC1 is #2D913E. Grayscale: #959595. Windows color (decimal): -2986303 or 12676818. OLE color: 12676818.

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

Color convert

RGB 210 110 193 -
CMYK 0 0.48 0.08 0.18
HSL 310.2º 0.53% 0.63% -
HSV(B) 310.2º 0.48% 0.82% -
XYZ 41.78 28.7 53.79 -
YUV 149.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 210 110 193 0 0.48 0.08 0.18 310.2 0.53 0.63
Hex D2 6E C1 0 30 8 12 136 35 3F
Octal 322 156 301 0 60 10 22 466 65 77
Binary 11010010 1101110 11000001 0 110000 1000 10010 100110110 110101 111111

Color Harmonies of #D26EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EC1

Black with #D26EC1

Text Example


Text Example

White with #D26EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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