Html Css Color HEX #D26DDE Orchid

📋 copy color: '#D26DDE'

red 210 ◦ green 109 ◦ blue 222

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

Shades of Orchid #D26DDE

Tints of Orchid #D26DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 38.82%
G = 20.15%
B = 41.04%

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

#D26DDE (or 0xD26DDE) is known color: Orchid. HEX triplet: D2, 6D and DE. RGB value is (210,109,222). Sum of RGB (Red+Green+Blue) = 210+109+222=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #D26DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DDE is #2D9221. Grayscale: #979797. Windows color (decimal): -2986530 or 14577106. OLE color: 14577106.

HSL color Cylindrical-coordinate representation of color #D26DDE: hue angle of 293.63º degrees, saturation: 0.63, 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 #D26DDE is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 109 222 -
CMYK 0.05 0.51 0 0.13
HSL 293.63º 0.63% 0.65% -
HSV(B) 293.63º 0.51% 0.87% -
XYZ 45.23 29.91 72.5 -
YUV 152.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 210 109 222 0.05 0.51 0 0.13 293.63 0.63 0.65
Hex D2 6D DE 5 33 0 D 126 3F 41
Octal 322 155 336 5 63 0 15 446 77 101
Binary 11010010 1101101 11011110 101 110011 0 1101 100100110 111111 1000001

Color Harmonies of #D26DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DDE

Black with #D26DDE

Text Example


Text Example

White with #D26DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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