Html Css Color HEX #D26EE0 Orchid

📋 copy color: '#D26EE0'

red 210 ◦ green 110 ◦ blue 224

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

Shades of Orchid #D26EE0

Tints of Orchid #D26EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 38.6%
G = 20.22%
B = 41.18%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D26EE0 (or 0xD26EE0) is known color: Orchid. HEX triplet: D2, 6E and E0. RGB value is (210,110,224). Sum of RGB (Red+Green+Blue) = 210+110+224=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #D26EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EE0 is #2D911F. Grayscale: #989898. Windows color (decimal): -2986272 or 14708434. OLE color: 14708434.

HSL color Cylindrical-coordinate representation of color #D26EE0: hue angle of 292.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26EE0 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 110 224 -
CMYK 0.06 0.51 0 0.12
HSL 292.63º 0.65% 0.65% -
HSV(B) 292.63º 0.51% 0.88% -
XYZ 45.61 30.24 73.95 -
YUV 152.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 210 110 224 0.06 0.51 0 0.12 292.63 0.65 0.65
Hex D2 6E E0 6 33 0 C 125 41 41
Octal 322 156 340 6 63 0 14 445 101 101
Binary 11010010 1101110 11100000 110 110011 0 1100 100100101 1000001 1000001

Color Harmonies of #D26EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EE0

Black with #D26EE0

Text Example


Text Example

White with #D26EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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