Html Css Color HEX #D06DDD Orchid

📋 copy color: '#D06DDD'

red 208 ◦ green 109 ◦ blue 221

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

Shades of Orchid #D06DDD

Tints of Orchid #D06DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 38.66%
G = 20.26%
B = 41.08%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D06DDD (or 0xD06DDD) is known color: Orchid. HEX triplet: D0, 6D and DD. RGB value is (208,109,221). Sum of RGB (Red+Green+Blue) = 208+109+221=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D06DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DDD is #2F9222. Grayscale: #979797. Windows color (decimal): -3117603 or 14511568. OLE color: 14511568.

HSL color Cylindrical-coordinate representation of color #D06DDD: hue angle of 293.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06DDD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 109 221 -
CMYK 0.06 0.51 0 0.13
HSL 293.04º 0.62% 0.65% -
HSV(B) 293.04º 0.51% 0.87% -
XYZ 44.53 29.57 71.77 -
YUV 151.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 208 109 221 0.06 0.51 0 0.13 293.04 0.62 0.65
Hex D0 6D DD 6 33 0 D 125 3E 41
Octal 320 155 335 6 63 0 15 445 76 101
Binary 11010000 1101101 11011101 110 110011 0 1101 100100101 111110 1000001

Color Harmonies of #D06DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DDD

Black with #D06DDD

Text Example


Text Example

White with #D06DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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