Html Css Color HEX #D26ECB Orchid

📋 copy color: '#D26ECB'

red 210 ◦ green 110 ◦ blue 203

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

Shades of Orchid #D26ECB

Tints of Orchid #D26ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 40.15%
G = 21.03%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D26ECB (or 0xD26ECB) is known color: Orchid. HEX triplet: D2, 6E and CB. RGB value is (210,110,203). Sum of RGB (Red+Green+Blue) = 210+110+203=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ECB is #2D9134. Grayscale: #969696. Windows color (decimal): -2986293 or 13332178. OLE color: 13332178.

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

Color convert

RGB 210 110 203 -
CMYK 0 0.48 0.03 0.18
HSL 304.2º 0.53% 0.63% -
HSV(B) 304.2º 0.48% 0.82% -
XYZ 42.93 29.17 59.87 -
YUV 150.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 210 110 203 0 0.48 0.03 0.18 304.2 0.53 0.63
Hex D2 6E CB 0 30 3 12 130 35 3F
Octal 322 156 313 0 60 3 22 460 65 77
Binary 11010010 1101110 11001011 0 110000 11 10010 100110000 110101 111111

Color Harmonies of #D26ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ECB

Black with #D26ECB

Text Example


Text Example

White with #D26ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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