Html Css Color HEX #D06DDA Orchid

📋 copy color: '#D06DDA'

red 208 ◦ green 109 ◦ blue 218

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

Shades of Orchid #D06DDA

Tints of Orchid #D06DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 38.88%
G = 20.37%
B = 40.75%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D06DDA (or 0xD06DDA) is known color: Orchid. HEX triplet: D0, 6D and DA. RGB value is (208,109,218). Sum of RGB (Red+Green+Blue) = 208+109+218=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D06DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DDA is #2F9225. Grayscale: #969696. Windows color (decimal): -3117606 or 14314960. OLE color: 14314960.

HSL color Cylindrical-coordinate representation of color #D06DDA: hue angle of 294.5º degrees, saturation: 0.6, 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 #D06DDA is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 109 218 -
CMYK 0.05 0.5 0 0.15
HSL 294.5º 0.6% 0.64% -
HSV(B) 294.5º 0.5% 0.85% -
XYZ 44.14 29.41 69.68 -
YUV 151.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 208 109 218 0.05 0.5 0 0.15 294.5 0.6 0.64
Hex D0 6D DA 5 32 0 F 126 3C 40
Octal 320 155 332 5 62 0 17 446 74 100
Binary 11010000 1101101 11011010 101 110010 0 1111 100100110 111100 1000000

Color Harmonies of #D06DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DDA

Black with #D06DDA

Text Example


Text Example

White with #D06DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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