Html Css Color HEX #D26DDD Orchid

📋 copy color: '#D26DDD'

red 210 ◦ green 109 ◦ blue 221

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

Shades of Orchid #D26DDD

Tints of Orchid #D26DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 38.89%
G = 20.19%
B = 40.93%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D26DDD (or 0xD26DDD) is known color: Orchid. HEX triplet: D2, 6D and DD. RGB value is (210,109,221). Sum of RGB (Red+Green+Blue) = 210+109+221=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D26DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DDD is #2D9222. Grayscale: #979797. Windows color (decimal): -2986531 or 14511570. OLE color: 14511570.

HSL color Cylindrical-coordinate representation of color #D26DDD: hue angle of 294.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26DDD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 109 221 -
CMYK 0.05 0.51 0 0.13
HSL 294.11º 0.62% 0.65% -
HSV(B) 294.11º 0.51% 0.87% -
XYZ 45.1 29.86 71.79 -
YUV 151.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 210 109 221 0.05 0.51 0 0.13 294.11 0.62 0.65
Hex D2 6D DD 5 33 0 D 126 3E 41
Octal 322 155 335 5 63 0 15 446 76 101
Binary 11010010 1101101 11011101 101 110011 0 1101 100100110 111110 1000001

Color Harmonies of #D26DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DDD

Black with #D26DDD

Text Example


Text Example

White with #D26DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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