Html Css Color HEX #D26AD1 Orchid

📋 copy color: '#D26AD1'

red 210 ◦ green 106 ◦ blue 209

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

Shades of Orchid #D26AD1

Tints of Orchid #D26AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.81%

R = 40%
G = 20.19%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D26AD1 (or 0xD26AD1) is known color: Orchid. HEX triplet: D2, 6A and D1. RGB value is (210,106,209). Sum of RGB (Red+Green+Blue) = 210+106+209=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AD1 is #2D952E. Grayscale: #949494. Windows color (decimal): -2987311 or 13724370. OLE color: 13724370.

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

Color convert

RGB 210 106 209 -
CMYK 0 0.50 0.00 0.18
HSL 300.58º 0.54% 0.62% -
HSV(B) 300.58º 0.5% 0.82% -
XYZ 43.24 28.61 63.57 -
YUV 148.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 210 106 209 0 0.50 0.00 0.18 300.58 0.54 0.62
Hex D2 6A D1 0 32 0 12 12D 36 3E
Octal 322 152 321 0 62 0 22 455 66 76
Binary 11010010 1101010 11010001 0 110010 0 10010 100101101 110110 111110

Color Harmonies of #D26AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26AD1

Black with #D26AD1

Text Example


Text Example

White with #D26AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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