Html Css Color HEX #D06DBA Orchid

📋 copy color: '#D06DBA'

red 208 ◦ green 109 ◦ blue 186

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

Shades of Orchid #D06DBA

Tints of Orchid #D06DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 41.35%
G = 21.67%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D06DBA (or 0xD06DBA) is known color: Orchid. HEX triplet: D0, 6D and BA. RGB value is (208,109,186). Sum of RGB (Red+Green+Blue) = 208+109+186=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DBA is #2F9245. Grayscale: #939393. Windows color (decimal): -3117638 or 12217808. OLE color: 12217808.

HSL color Cylindrical-coordinate representation of color #D06DBA: hue angle of 313.33º 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 #D06DBA is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 186 -
CMYK 0 0.48 0.11 0.18
HSL 313.33º 0.51% 0.62% -
HSV(B) 313.33º 0.48% 0.82% -
XYZ 40.34 27.89 49.71 -
YUV 147.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 208 109 186 0 0.48 0.11 0.18 313.33 0.51 0.62
Hex D0 6D BA 0 30 B 12 139 33 3E
Octal 320 155 272 0 60 13 22 471 63 76
Binary 11010000 1101101 10111010 0 110000 1011 10010 100111001 110011 111110

Color Harmonies of #D06DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DBA

Black with #D06DBA

Text Example


Text Example

White with #D06DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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