Html Css Color HEX #D26BDC Orchid

📋 copy color: '#D26BDC'

red 210 ◦ green 107 ◦ blue 220

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

Shades of Orchid #D26BDC

Tints of Orchid #D26BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.93%

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

R = 39.11%
G = 19.93%
B = 40.97%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D26BDC (or 0xD26BDC) is known color: Orchid. HEX triplet: D2, 6B and DC. RGB value is (210,107,220). Sum of RGB (Red+Green+Blue) = 210+107+220=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #D26BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BDC is #2D9423. Grayscale: #969696. Windows color (decimal): -2987044 or 14445522. OLE color: 14445522.

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

Color convert

RGB 210 107 220 -
CMYK 0.05 0.51 0 0.14
HSL 294.69º 0.62% 0.64% -
HSV(B) 294.69º 0.51% 0.86% -
XYZ 44.75 29.38 71.02 -
YUV 150.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 210 107 220 0.05 0.51 0 0.14 294.69 0.62 0.64
Hex D2 6B DC 5 33 0 E 127 3E 40
Octal 322 153 334 5 63 0 16 447 76 100
Binary 11010010 1101011 11011100 101 110011 0 1110 100100111 111110 1000000

Color Harmonies of #D26BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BDC

Black with #D26BDC

Text Example


Text Example

White with #D26BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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