Html Css Color HEX #D26EDA Orchid

📋 copy color: '#D26EDA'

red 210 ◦ green 110 ◦ blue 218

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

Shades of Orchid #D26EDA

Tints of Orchid #D26EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 39.03%
G = 20.45%
B = 40.52%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D26EDA (or 0xD26EDA) is known color: Orchid. HEX triplet: D2, 6E and DA. RGB value is (210,110,218). Sum of RGB (Red+Green+Blue) = 210+110+218=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #D26EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EDA is #2D9125. Grayscale: #979797. Windows color (decimal): -2986278 or 14315218. OLE color: 14315218.

HSL color Cylindrical-coordinate representation of color #D26EDA: hue angle of 295.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26EDA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 110 218 -
CMYK 0.04 0.50 0 0.15
HSL 295.56º 0.59% 0.64% -
HSV(B) 295.56º 0.5% 0.85% -
XYZ 44.81 29.92 69.74 -
YUV 152.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 210 110 218 0.04 0.50 0 0.15 295.56 0.59 0.64
Hex D2 6E DA 4 32 0 F 128 3B 40
Octal 322 156 332 4 62 0 17 450 73 100
Binary 11010010 1101110 11011010 100 110010 0 1111 100101000 111011 1000000

Color Harmonies of #D26EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EDA

Black with #D26EDA

Text Example


Text Example

White with #D26EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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