Html Css Color HEX #D06DBF Orchid

📋 copy color: '#D06DBF'

red 208 ◦ green 109 ◦ blue 191

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

Shades of Orchid #D06DBF

Tints of Orchid #D06DBF

RGB

 RED value IS 208 (81.64% from 255) = 40.94%

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

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

R = 40.94%
G = 21.46%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D06DBF (or 0xD06DBF) is known color: Orchid. HEX triplet: D0, 6D and BF. RGB value is (208,109,191). Sum of RGB (Red+Green+Blue) = 208+109+191=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DBF is #2F9240. Grayscale: #939393. Windows color (decimal): -3117633 or 12545488. OLE color: 12545488.

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

Color convert

RGB 208 109 191 -
CMYK 0 0.48 0.08 0.18
HSL 310.3º 0.51% 0.62% -
HSV(B) 310.3º 0.48% 0.82% -
XYZ 40.89 28.11 52.56 -
YUV 147.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 208 109 191 0 0.48 0.08 0.18 310.3 0.51 0.62
Hex D0 6D BF 0 30 8 12 136 33 3E
Octal 320 155 277 0 60 10 22 466 63 76
Binary 11010000 1101101 10111111 0 110000 1000 10010 100110110 110011 111110

Color Harmonies of #D06DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DBF

Black with #D06DBF

Text Example


Text Example

White with #D06DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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