Html Css Color HEX #D26DBF Orchid

📋 copy color: '#D26DBF'

red 210 ◦ green 109 ◦ blue 191

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

Shades of Orchid #D26DBF

Tints of Orchid #D26DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.45%

R = 41.18%
G = 21.37%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D26DBF (or 0xD26DBF) is known color: Orchid. HEX triplet: D2, 6D and BF. RGB value is (210,109,191). Sum of RGB (Red+Green+Blue) = 210+109+191=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DBF is #2D9240. Grayscale: #949494. Windows color (decimal): -2986561 or 12545490. OLE color: 12545490.

HSL color Cylindrical-coordinate representation of color #D26DBF: hue angle of 311.29º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26DBF is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 109 191 -
CMYK 0 0.48 0.09 0.18
HSL 311.29º 0.53% 0.63% -
HSV(B) 311.29º 0.48% 0.82% -
XYZ 41.45 28.4 52.59 -
YUV 148.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 210 109 191 0 0.48 0.09 0.18 311.29 0.53 0.63
Hex D2 6D BF 0 30 9 12 137 35 3F
Octal 322 155 277 0 60 11 22 467 65 77
Binary 11010010 1101101 10111111 0 110000 1001 10010 100110111 110101 111111

Color Harmonies of #D26DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DBF

Black with #D26DBF

Text Example


Text Example

White with #D26DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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