Html Css Color HEX #D06DCF Orchid

📋 copy color: '#D06DCF'

red 208 ◦ green 109 ◦ blue 207

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

Shades of Orchid #D06DCF

Tints of Orchid #D06DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 39.69%
G = 20.8%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D06DCF (or 0xD06DCF) is known color: Orchid. HEX triplet: D0, 6D and CF. RGB value is (208,109,207). Sum of RGB (Red+Green+Blue) = 208+109+207=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DCF is #2F9230. Grayscale: #959595. Windows color (decimal): -3117617 or 13594064. OLE color: 13594064.

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

Color convert

RGB 208 109 207 -
CMYK 0 0.48 0.00 0.18
HSL 300.61º 0.51% 0.62% -
HSV(B) 300.61º 0.48% 0.82% -
XYZ 42.74 28.85 62.35 -
YUV 149.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 208 109 207 0 0.48 0.00 0.18 300.61 0.51 0.62
Hex D0 6D CF 0 30 0 12 12D 33 3E
Octal 320 155 317 0 60 0 22 455 63 76
Binary 11010000 1101101 11001111 0 110000 0 10010 100101101 110011 111110

Color Harmonies of #D06DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DCF

Black with #D06DCF

Text Example


Text Example

White with #D06DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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