Html Css Color HEX #D26ECF Orchid

📋 copy color: '#D26ECF'

red 210 ◦ green 110 ◦ blue 207

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

Shades of Orchid #D26ECF

Tints of Orchid #D26ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 39.85%
G = 20.87%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D26ECF (or 0xD26ECF) is known color: Orchid. HEX triplet: D2, 6E and CF. RGB value is (210,110,207). Sum of RGB (Red+Green+Blue) = 210+110+207=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ECF is #2D9130. Grayscale: #969696. Windows color (decimal): -2986289 or 13594322. OLE color: 13594322.

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

Color convert

RGB 210 110 207 -
CMYK 0 0.48 0.01 0.18
HSL 301.8º 0.53% 0.63% -
HSV(B) 301.8º 0.48% 0.82% -
XYZ 43.42 29.36 62.41 -
YUV 150.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 210 110 207 0 0.48 0.01 0.18 301.8 0.53 0.63
Hex D2 6E CF 0 30 1 12 12E 35 3F
Octal 322 156 317 0 60 1 22 456 65 77
Binary 11010010 1101110 11001111 0 110000 1 10010 100101110 110101 111111

Color Harmonies of #D26ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ECF

Black with #D26ECF

Text Example


Text Example

White with #D26ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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