Html Css Color HEX #D06DD8 Orchid

📋 copy color: '#D06DD8'

red 208 ◦ green 109 ◦ blue 216

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

Shades of Orchid #D06DD8

Tints of Orchid #D06DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 39.02%
G = 20.45%
B = 40.53%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D06DD8 (or 0xD06DD8) is known color: Orchid. HEX triplet: D0, 6D and D8. RGB value is (208,109,216). Sum of RGB (Red+Green+Blue) = 208+109+216=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #D06DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DD8 is #2F9227. Grayscale: #969696. Windows color (decimal): -3117608 or 14183888. OLE color: 14183888.

HSL color Cylindrical-coordinate representation of color #D06DD8: hue angle of 295.51º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06DD8 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 109 216 -
CMYK 0.04 0.50 0 0.15
HSL 295.51º 0.58% 0.64% -
HSV(B) 295.51º 0.5% 0.85% -
XYZ 43.88 29.31 68.31 -
YUV 150.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 208 109 216 0.04 0.50 0 0.15 295.51 0.58 0.64
Hex D0 6D D8 4 32 0 F 128 3A 40
Octal 320 155 330 4 62 0 17 450 72 100
Binary 11010000 1101101 11011000 100 110010 0 1111 100101000 111010 1000000

Color Harmonies of #D06DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DD8

Black with #D06DD8

Text Example


Text Example

White with #D06DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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