Html Css Color HEX #D26DB5 Orchid

📋 copy color: '#D26DB5'

red 210 ◦ green 109 ◦ blue 181

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

Shades of Orchid #D26DB5

Tints of Orchid #D26DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.8%

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 42%
G = 21.8%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D26DB5 (or 0xD26DB5) is known color: Orchid. HEX triplet: D2, 6D and B5. RGB value is (210,109,181). Sum of RGB (Red+Green+Blue) = 210+109+181=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DB5 is #2D924A. Grayscale: #939393. Windows color (decimal): -2986571 or 11890130. OLE color: 11890130.

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

Color convert

RGB 210 109 181 -
CMYK 0 0.48 0.14 0.18
HSL 317.23º 0.53% 0.63% -
HSV(B) 317.23º 0.48% 0.82% -
XYZ 40.39 27.98 46.99 -
YUV 147.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 210 109 181 0 0.48 0.14 0.18 317.23 0.53 0.63
Hex D2 6D B5 0 30 E 12 13D 35 3F
Octal 322 155 265 0 60 16 22 475 65 77
Binary 11010010 1101101 10110101 0 110000 1110 10010 100111101 110101 111111

Color Harmonies of #D26DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DB5

Black with #D26DB5

Text Example


Text Example

White with #D26DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DB5; }

 p { color: rgb(210,109,181); }

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

background-color css

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

 a { background-color: rgb(210,109,181); }

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

border-color css

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

 span { border-color: rgb(210,109,181); }

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