Html Css Color HEX #D26ECE Orchid

📋 copy color: '#D26ECE'

red 210 ◦ green 110 ◦ blue 206

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

Shades of Orchid #D26ECE

Tints of Orchid #D26ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 39.92%
G = 20.91%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D26ECE (or 0xD26ECE) is known color: Orchid. HEX triplet: D2, 6E and CE. RGB value is (210,110,206). Sum of RGB (Red+Green+Blue) = 210+110+206=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ECE is #2D9131. Grayscale: #969696. Windows color (decimal): -2986290 or 13528786. OLE color: 13528786.

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

Color convert

RGB 210 110 206 -
CMYK 0 0.48 0.02 0.18
HSL 302.4º 0.53% 0.63% -
HSV(B) 302.4º 0.48% 0.82% -
XYZ 43.29 29.31 61.77 -
YUV 150.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 210 110 206 0 0.48 0.02 0.18 302.4 0.53 0.63
Hex D2 6E CE 0 30 2 12 12E 35 3F
Octal 322 156 316 0 60 2 22 456 65 77
Binary 11010010 1101110 11001110 0 110000 10 10010 100101110 110101 111111

Color Harmonies of #D26ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ECE

Black with #D26ECE

Text Example


Text Example

White with #D26ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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