Html Css Color HEX #D26DDC Orchid

📋 copy color: '#D26DDC'

red 210 ◦ green 109 ◦ blue 220

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

Shades of Orchid #D26DDC

Tints of Orchid #D26DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 38.96%
G = 20.22%
B = 40.82%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D26DDC (or 0xD26DDC) is known color: Orchid. HEX triplet: D2, 6D and DC. RGB value is (210,109,220). Sum of RGB (Red+Green+Blue) = 210+109+220=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D26DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DDC is #2D9223. Grayscale: #979797. Windows color (decimal): -2986532 or 14446034. OLE color: 14446034.

HSL color Cylindrical-coordinate representation of color #D26DDC: hue angle of 294.59º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26DDC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 109 220 -
CMYK 0.05 0.50 0 0.14
HSL 294.59º 0.61% 0.65% -
HSV(B) 294.59º 0.5% 0.86% -
XYZ 44.97 29.81 71.09 -
YUV 151.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 210 109 220 0.05 0.50 0 0.14 294.59 0.61 0.65
Hex D2 6D DC 5 32 0 E 127 3D 41
Octal 322 155 334 5 62 0 16 447 75 101
Binary 11010010 1101101 11011100 101 110010 0 1110 100100111 111101 1000001

Color Harmonies of #D26DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DDC

Black with #D26DDC

Text Example


Text Example

White with #D26DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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