Html Css Color HEX #D06DD5 Orchid

📋 copy color: '#D06DD5'

red 208 ◦ green 109 ◦ blue 213

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

Shades of Orchid #D06DD5

Tints of Orchid #D06DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 39.25%
G = 20.57%
B = 40.19%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D06DD5 (or 0xD06DD5) is known color: Orchid. HEX triplet: D0, 6D and D5. RGB value is (208,109,213). Sum of RGB (Red+Green+Blue) = 208+109+213=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #D06DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DD5 is #2F922A. Grayscale: #969696. Windows color (decimal): -3117611 or 13987280. OLE color: 13987280.

HSL color Cylindrical-coordinate representation of color #D06DD5: hue angle of 297.12º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06DD5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 109 213 -
CMYK 0.02 0.49 0 0.16
HSL 297.12º 0.55% 0.63% -
HSV(B) 297.12º 0.49% 0.84% -
XYZ 43.49 29.15 66.29 -
YUV 150.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 208 109 213 0.02 0.49 0 0.16 297.12 0.55 0.63
Hex D0 6D D5 2 31 0 10 129 37 3F
Octal 320 155 325 2 61 0 20 451 67 77
Binary 11010000 1101101 11010101 10 110001 0 10000 100101001 110111 111111

Color Harmonies of #D06DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DD5

Black with #D06DD5

Text Example


Text Example

White with #D06DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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