Html Css Color HEX #D26EDE Orchid

📋 copy color: '#D26EDE'

red 210 ◦ green 110 ◦ blue 222

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

Shades of Orchid #D26EDE

Tints of Orchid #D26EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 38.75%
G = 20.3%
B = 40.96%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D26EDE (or 0xD26EDE) is known color: Orchid. HEX triplet: D2, 6E and DE. RGB value is (210,110,222). Sum of RGB (Red+Green+Blue) = 210+110+222=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #D26EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EDE is #2D9121. Grayscale: #989898. Windows color (decimal): -2986274 or 14577362. OLE color: 14577362.

HSL color Cylindrical-coordinate representation of color #D26EDE: hue angle of 293.57º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26EDE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 110 222 -
CMYK 0.05 0.50 0 0.13
HSL 293.57º 0.63% 0.65% -
HSV(B) 293.57º 0.5% 0.87% -
XYZ 45.34 30.13 72.53 -
YUV 152.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 210 110 222 0.05 0.50 0 0.13 293.57 0.63 0.65
Hex D2 6E DE 5 32 0 D 126 3F 41
Octal 322 156 336 5 62 0 15 446 77 101
Binary 11010010 1101110 11011110 101 110010 0 1101 100100110 111111 1000001

Color Harmonies of #D26EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EDE

Black with #D26EDE

Text Example


Text Example

White with #D26EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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