Html Css Color HEX #D26EDF Orchid

📋 copy color: '#D26EDF'

red 210 ◦ green 110 ◦ blue 223

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

Shades of Orchid #D26EDF

Tints of Orchid #D26EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 38.67%
G = 20.26%
B = 41.07%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D26EDF (or 0xD26EDF) is known color: Orchid. HEX triplet: D2, 6E and DF. RGB value is (210,110,223). Sum of RGB (Red+Green+Blue) = 210+110+223=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D26EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EDF is #2D9120. Grayscale: #989898. Windows color (decimal): -2986273 or 14642898. OLE color: 14642898.

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

Color convert

RGB 210 110 223 -
CMYK 0.06 0.51 0 0.13
HSL 293.1º 0.64% 0.65% -
HSV(B) 293.1º 0.51% 0.87% -
XYZ 45.47 30.18 73.24 -
YUV 152.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 210 110 223 0.06 0.51 0 0.13 293.1 0.64 0.65
Hex D2 6E DF 6 33 0 D 125 40 41
Octal 322 156 337 6 63 0 15 445 100 101
Binary 11010010 1101110 11011111 110 110011 0 1101 100100101 1000000 1000001

Color Harmonies of #D26EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EDF

Black with #D26EDF

Text Example


Text Example

White with #D26EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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