Html Css Color HEX #D26AB9 Orchid

📋 copy color: '#D26AB9'

red 210 ◦ green 106 ◦ blue 185

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

Shades of Orchid #D26AB9

Tints of Orchid #D26AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.16%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 41.92%
G = 21.16%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D26AB9 (or 0xD26AB9) is known color: Orchid. HEX triplet: D2, 6A and B9. RGB value is (210,106,185). Sum of RGB (Red+Green+Blue) = 210+106+185=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AB9 is #2D9546. Grayscale: #919191. Windows color (decimal): -2987335 or 12151506. OLE color: 12151506.

HSL color Cylindrical-coordinate representation of color #D26AB9: hue angle of 314.42º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AB9 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 106 185 -
CMYK 0 0.50 0.12 0.18
HSL 314.42º 0.54% 0.62% -
HSV(B) 314.42º 0.5% 0.82% -
XYZ 40.49 27.51 49.08 -
YUV 146.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 210 106 185 0 0.50 0.12 0.18 314.42 0.54 0.62
Hex D2 6A B9 0 32 C 12 13A 36 3E
Octal 322 152 271 0 62 14 22 472 66 76
Binary 11010010 1101010 10111001 0 110010 1100 10010 100111010 110110 111110

Color Harmonies of #D26AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26AB9

Black with #D26AB9

Text Example


Text Example

White with #D26AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26AB9; }

 p { color: rgb(210,106,185); }

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

background-color css

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

 a { background-color: rgb(210,106,185); }

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

border-color css

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

 span { border-color: rgb(210,106,185); }

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